Workflow Objects

class Workflow()

stages

Workflow class in Projects.

get_stage

def get_stage(*,
              name: Optional[str] = None,
              uuid: Optional[UUID | str] = None,
              type_: Optional[Type[WorkflowStageT]] = None) -> WorkflowStageT

Params

  • name: Name of the stage.
  • uuid: Unique identifier for the stage.
  • type_: The type of stage.

Returns

Returns a list of Workflow stages (type_) from non-Consensus and Consensus Projects.