> ## 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.workflow

## Workflow Objects

```python theme={"dark"}
class Workflow()
```

#### stages

Workflow class in Projects.

#### get\_stage

```python theme={"dark"}
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.
