benchling_api_client.api.workflow_tasks.get_workflow_task module

async asyncio(*, client: Client, workflow_task_id: str) Optional[Union[WorkflowTask, NotFoundError]]

Get a workflow task

async asyncio_detailed(*, client: Client, workflow_task_id: str) Response[Union[WorkflowTask, NotFoundError]]
sync(*, client: Client, workflow_task_id: str) Optional[Union[WorkflowTask, NotFoundError]]

Get a workflow task

sync_detailed(*, client: Client, workflow_task_id: str) Response[Union[WorkflowTask, NotFoundError]]