Workflow Objects
stages
Workflow class in Projects.get_stage
- name: Name of the stage.
- uuid: Unique identifier for the stage.
- type_: The type of stage.
type_) from non-Consensus and Consensus Projects.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Announcing our Series C with $110M in total funding. Read more ā.
class Workflow()
def get_stage(*,
name: Optional[str] = None,
uuid: Optional[Union[UUID, str]] = None,
type_: Optional[Type[WorkflowStageT]] = None) -> WorkflowStageT
type_) from non-Consensus and Consensus Projects.Was this page helpful?
