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

# Enum WorkflowTimeWaitAlgorithm

> Workflow waiting step wait algorithm

Workflow waiting step wait algorithm

## Syntax

```crmscript theme={null}
WorkflowTimeWaitAlgorithm
```

## Fields

| Name           | Description                                               |
| -------------- | --------------------------------------------------------- |
| None           | None                                                      |
| NumIntervals   | Number of intervals (min, hour, workdays, days, weeks...) |
| UntilSpecified | Until specified datetime                                  |
| UntilDateField | Until date on person/company (a persons birthdate etc)    |


## Related topics

- [SuperOffice.WebApi.Data.WorkflowTimeWaitAlgorithm](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowTimeWaitAlgorithm.md)
- [Enum WorkflowTimeWaitIntervalType](/en/automation/crmscript/reference/CRMScript.NetServer.WorkflowTimeWaitIntervalType.md)
- [SuperOffice.WebApi.Data.WorkflowTimeWaitIntervalType](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowTimeWaitIntervalType.md)
- [workflowtimewaitalgorithm](/en/api/mdo-providers/reference/workflowtimewaitalgorithm.md)
- [SuperOffice.WebApi.Data.WorkflowStepWaitForTime](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowStepWaitForTime.md)
- [MDO List Provider names](/en/api/mdo-providers/reference/index.md)
