# Organization.workflow

### Organizatio&#x6E;**.**<mark style="color:purple;">**workflow**</mark>**(*****name*****)** → [Workflow](https://docs.redivis.com/api/client-libraries/redivis-python/reference/workflow)

Construct a new workflow instance that references a workflow in an organization by name.

### **Parameters:**

**`name` :&#x20;*****str*** \
The name of the workflow within the organization. The name is case-insensitive, and can optionally be escaped following general [name escaping rules](https://docs.redivis.com/api/referencing-resources#escaping-names). E.g., `"Climate analysis"` -> `"climate_analysis"`.

### **Returns:**

[**Workflow**](https://docs.redivis.com/api/client-libraries/redivis-python/reference/workflow)
