> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.WorkflowActionType

# <a id="SuperOffice_WebApi_Data_WorkflowActionType" /> Enum WorkflowActionType

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

Workflow action type

```csharp theme={null}
public enum WorkflowActionType
```

## Fields

`After = 4`

4: After

`Estimated = 5`

5: Estimated

`FirstAvailable = 1`

1: First available

`FirstAvailableAfter = 2`

2: First available after

`None = 0`

0: None

`Today = 3`

3: Today


## Related topics

- [SuperOffice.WebApi.Data.WorkflowStepCreateSale](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowStepCreateSale.md)
- [SuperOffice.WebApi.Data.WorkflowStepCreateFollowUp](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowStepCreateFollowUp.md)
- [SuperOffice.WebApi.Data.WorkflowWaitForActionType](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowWaitForActionType.md)
- [SuperOffice.WebApi.Data.WorkflowWaitForAction](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowWaitForAction.md)
- [SuperOffice.WebApi.Data.WorkflowStepWaitForAction](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowStepWaitForAction.md)
- [SuperOffice.WebApi.Data.WorkflowStepType](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowStepType.md)
