benchling_api_client.api.workflow_tasks.create_workflow_task module¶
- async asyncio(*, client: Client, json_body: WorkflowTaskCreate) Optional[Union[WorkflowTask, BadRequestError]] ¶
Create a new workflow task
- async asyncio_detailed(*, client: Client, json_body: WorkflowTaskCreate) Response[Union[WorkflowTask, BadRequestError]] ¶
- sync(*, client: Client, json_body: WorkflowTaskCreate) Optional[Union[WorkflowTask, BadRequestError]] ¶
Create a new workflow task
- sync_detailed(*, client: Client, json_body: WorkflowTaskCreate) Response[Union[WorkflowTask, BadRequestError]] ¶