benchling_api_client.models.workflow_task module¶
- class WorkflowTask¶
Bases:
object
- __init__(execution_type: Union[benchling_api_client.types.Unset, WorkflowTaskExecutionType] = attr_dict['_execution_type'].default, assignee: Union[benchling_api_client.types.Unset, None, UserSummary] = attr_dict['_assignee'].default, cloned_from: Union[benchling_api_client.types.Unset, None, WorkflowTaskSummary] = attr_dict['_cloned_from'].default, creation_origin: Union[benchling_api_client.types.Unset, CreationOrigin] = attr_dict['_creation_origin'].default, creator: Union[benchling_api_client.types.Unset, UserSummary] = attr_dict['_creator'].default, execution_origin: Union[benchling_api_client.types.Unset, None, WorkflowTaskExecutionOrigin] = attr_dict['_execution_origin'].default, fields: Union[benchling_api_client.types.Unset, Fields] = attr_dict['_fields'].default, outputs: Union[benchling_api_client.types.Unset, List[WorkflowOutputSummary]] = attr_dict['_outputs'].default, scheduled_on: Union[benchling_api_client.types.Unset, None, date] = attr_dict['_scheduled_on'].default, status: Union[benchling_api_client.types.Unset, WorkflowTaskStatus] = attr_dict['_status'].default, web_url: Union[benchling_api_client.types.Unset, str] = attr_dict['_web_url'].default, workflow_task_group: Union[benchling_api_client.types.Unset, WorkflowTaskGroupSummary] = attr_dict['_workflow_task_group'].default, display_id: Union[benchling_api_client.types.Unset, str] = attr_dict['_display_id'].default, id: Union[benchling_api_client.types.Unset, str] = attr_dict['_id'].default) None ¶
Method generated by attrs for class WorkflowTask.
- property assignee: Optional[UserSummary]¶
- property cloned_from: Optional[WorkflowTaskSummary]¶
- property creation_origin: CreationOrigin¶
- property creator: UserSummary¶
- property execution_origin: Optional[WorkflowTaskExecutionOrigin]¶
The context into which a task was executed
- property execution_type: WorkflowTaskExecutionType¶
The method by which the task of the workflow is executed
- property outputs: List[WorkflowOutputSummary]¶
- property status: WorkflowTaskStatus¶
- property workflow_task_group: WorkflowTaskGroupSummary¶