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

# <a id="SuperOffice_WebApi_Data_WorkflowTimeWaitIntervalType" /> Enum WorkflowTimeWaitIntervalType

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

Workflow waiting time interval type

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

## Fields

`Days = 5`

5: Days

`Hours = 3`

3: Hours

`Minutes = 2`

2: Minutes

`None = 0`

0: None

`Seconds = 1`

1: Seconds

`Weeks = 6`

6: Weeks

`WorkingDays = 4`

4: Working days


## Related topics

- [SuperOffice.WebApi.Data.WorkflowStepWaitForTime](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowStepWaitForTime.md)
- [SuperOffice.WebApi.Data.WorkflowStepWaitForAction](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowStepWaitForAction.md)
- [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.WorkflowTimeWaitAlgorithm](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowTimeWaitAlgorithm.md)
- [SuperOffice.WebApi.Data.WorkflowStepType](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowStepType.md)
