benchling_api_client.models.workflow_stage_run_status module¶
- class WorkflowStageRunStatus¶
Bases:
benchling_api_client.extensions.Enums.KnownStringAn enumeration.
- COMPLETED = 'COMPLETED'¶
- DISCARDED = 'DISCARDED'¶
- INITIALIZED = 'INITIALIZED'¶
- static of_unknown(val: str) WorkflowStageRunStatus¶