benchling_api_client.api.workflow_task_groups.create_workflow_task_group module

async asyncio(*, client: Client, json_body: WorkflowTaskGroupCreate) Optional[Union[WorkflowTaskGroup, BadRequestError]]

Create a new workflow task group. If no name is specified, uses the workflow schema name and a unique incrementor separated by a single whitespace.

async asyncio_detailed(*, client: Client, json_body: WorkflowTaskGroupCreate) Response[Union[WorkflowTaskGroup, BadRequestError]]
sync(*, client: Client, json_body: WorkflowTaskGroupCreate) Optional[Union[WorkflowTaskGroup, BadRequestError]]

Create a new workflow task group. If no name is specified, uses the workflow schema name and a unique incrementor separated by a single whitespace.

sync_detailed(*, client: Client, json_body: WorkflowTaskGroupCreate) Response[Union[WorkflowTaskGroup, BadRequestError]]