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

# <a id="SuperOffice_WebApi_Data_WorkflowTimeWaitAlgorithm" /> Enum WorkflowTimeWaitAlgorithm

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

Workflow waiting step wait algorithm

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

## Fields

`None = 0`

0: None

`NumIntervals = 1`

1: Number of intervals (min, hour, workdays, days, weeks...)

`UntilDateField = 3`

3: Until date on person/company (a persons birthdate etc)

`UntilSpecified = 2`

2: Until specified datetime


## Related topics

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