Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.encord.com/llms.txt

Use this file to discover all available pages before exploring further.

Workflow Objects

class Workflow()

stages

Workflow class in Projects.

get_stage

def get_stage(*,
              name: Optional[str] = None,
              uuid: Optional[Union[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 Workflow stage (type_) from non-Consensus and Consensus Projects.