benchling_api_client.api.workflow_tasks.copy_workflow_task module

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

Creates a new workflow task based on the provided task

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

Creates a new workflow task based on the provided task

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