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 additional_keys: List[str]
additional_properties: Dict[str, Any]
property assignee: Optional[UserSummary]
property cloned_from: Optional[WorkflowTaskSummary]
property creation_origin: CreationOrigin
property creator: UserSummary
property display_id: str

User-friendly ID of the workflow task

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 fields: Fields
classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.workflow_task.T
get(key, default=None) Optional[Any]
property id: str

The ID of the workflow task

property outputs: List[WorkflowOutputSummary]
property scheduled_on: Optional[date]

The date on which the task is scheduled to be executed

property status: WorkflowTaskStatus
to_dict() Dict[str, Any]
property web_url: str

URL of the workflow task

property workflow_task_group: WorkflowTaskGroupSummary