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

# <a id="SuperOffice_WebApi_Data_WorkflowStepType" /> Enum WorkflowStepType

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

Workflow Step Type
This Enum is used by:  workflow\_step.step\_type

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

## Fields

`AddToList = 7`

7: AddToList

`CreateFollowUp = 10`

10: CreateFollowUp

`CreateRequest = 9`

9: CreateRequest

`CreateSale = 11`

11: CreateSale

`DistributeToOwner = 15`

15: DistributeToOwner

`None = 0`

0: None

`NotifyByEmail = 12`

12: NotifyByEmail

`NotifyBySMS = 13`

13: NotifyBySMS

`RemoveFromList = 8`

8: RemoveFromList

`RunScript = 14`

14: RunScript

`SendEmail = 1`

1: SendEmail

`SendSMS = 2`

2: SendSMS

`Split = 5`

5: Split

`UpdateParticipant = 6`

6: UpdateParticipant

`WaitForAction = 4`

4: WaitForAction

`WaitForTime = 3`

3: WaitForTime


## Related topics

- [SuperOffice.WebApi.Data.Workflow CreateDefaultWorkflowStepFromTypeRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Workflow_CreateDefaultWorkflowStepFromTypeRequest.md)
- [SuperOffice.WebApi.Data.WorkflowStepBase](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowStepBase.md)
- [SuperOffice.WebApi.Data.EmailFlow](/en/api/reference/webapi/SuperOffice.WebApi.Data.EmailFlow.md)
- [SuperOffice.WebApi.Agents.WorkflowAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.WorkflowAgent.md)
- [SuperOffice.WebApi.Agents.IWorkflowAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IWorkflowAgent.md)
- [SuperOffice.WebApi.Data.WorkflowStepOptionBase](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowStepOptionBase.md)
