> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.WorkflowDefinitionStatus

# <a id="SuperOffice_WebApi_Data_WorkflowDefinitionStatus" /> Enum WorkflowDefinitionStatus

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Workflow definition status
This Enum is used by:  workflow\.status

```csharp theme={null}
public enum WorkflowDefinitionStatus : short
```

## Fields

`None = 0`

0: None

`Paused = 2`

2: Paused

`Running = 3`

3: Running

`Stopped = 1`

1: Stopped
