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

# <a id="SuperOffice_WebApi_Data_WorkflowStepWaitForTime" /> Class WorkflowStepWaitForTime

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

Carrier object for WorkflowStepWaitForTime.
Step in workflow that waits for time.

```csharp theme={null}
public class WorkflowStepWaitForTime : WorkflowStepBase
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[WorkflowStepBase](SuperOffice.WebApi.Data.WorkflowStepBase.md) ←
[WorkflowStepWaitForTime](SuperOffice.WebApi.Data.WorkflowStepWaitForTime.md)

#### Inherited Members

[WorkflowStepBase.WorkflowStepId](SuperOffice.WebApi.Data.WorkflowStepBase.md#SuperOffice_WebApi_Data_WorkflowStepBase_WorkflowStepId),
[WorkflowStepBase.WorkflowId](SuperOffice.WebApi.Data.WorkflowStepBase.md#SuperOffice_WebApi_Data_WorkflowStepBase_WorkflowId),
[WorkflowStepBase.StepType\_String](SuperOffice.WebApi.Data.WorkflowStepBase.md#SuperOffice_WebApi_Data_WorkflowStepBase_StepType_String),
[WorkflowStepBase.StepType](SuperOffice.WebApi.Data.WorkflowStepBase.md#SuperOffice_WebApi_Data_WorkflowStepBase_StepType),
[WorkflowStepBase.Rank](SuperOffice.WebApi.Data.WorkflowStepBase.md#SuperOffice_WebApi_Data_WorkflowStepBase_Rank),
[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_WorkflowStepWaitForTime__ctor" /> WorkflowStepWaitForTime()

Default constructor - defaults any enum props to 0.

```csharp theme={null}
public WorkflowStepWaitForTime()
```

## Properties

### <a id="SuperOffice_WebApi_Data_WorkflowStepWaitForTime_IntervalType" /> IntervalType

Interval type (Minutes, days, weeks...)
NULL if unknown enum value.

```csharp theme={null}
[JsonIgnore]
public WorkflowTimeWaitIntervalType? IntervalType { get; set; }
```

#### Property Value

[WorkflowTimeWaitIntervalType](SuperOffice.WebApi.Data.WorkflowTimeWaitIntervalType.md)?

#### See Also

[WorkflowStepWaitForTime](SuperOffice.WebApi.Data.WorkflowStepWaitForTime.md).[IntervalType\_String](SuperOffice.WebApi.Data.WorkflowStepWaitForTime.md#SuperOffice_WebApi_Data_WorkflowStepWaitForTime_IntervalType_String)

### <a id="SuperOffice_WebApi_Data_WorkflowStepWaitForTime_IntervalType_String" /> IntervalType\_String

Interval type (Minutes, days, weeks...)
Raw string enum value.

```csharp theme={null}
[JsonProperty("IntervalType")]
public string IntervalType_String { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

#### See Also

[WorkflowStepWaitForTime](SuperOffice.WebApi.Data.WorkflowStepWaitForTime.md).[IntervalType](SuperOffice.WebApi.Data.WorkflowStepWaitForTime.md#SuperOffice_WebApi_Data_WorkflowStepWaitForTime_IntervalType)

### <a id="SuperOffice_WebApi_Data_WorkflowStepWaitForTime_NumIntervals" /> NumIntervals

The given number of intervals to wait, if this algorithm is selected

```csharp theme={null}
public virtual int NumIntervals { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_WorkflowStepWaitForTime_TimeWaitAlgorithm" /> TimeWaitAlgorithm

Waiting algorithm
NULL if unknown enum value.

```csharp theme={null}
[JsonIgnore]
public WorkflowTimeWaitAlgorithm? TimeWaitAlgorithm { get; set; }
```

#### Property Value

[WorkflowTimeWaitAlgorithm](SuperOffice.WebApi.Data.WorkflowTimeWaitAlgorithm.md)?

#### See Also

[WorkflowStepWaitForTime](SuperOffice.WebApi.Data.WorkflowStepWaitForTime.md).[TimeWaitAlgorithm\_String](SuperOffice.WebApi.Data.WorkflowStepWaitForTime.md#SuperOffice_WebApi_Data_WorkflowStepWaitForTime_TimeWaitAlgorithm_String)

### <a id="SuperOffice_WebApi_Data_WorkflowStepWaitForTime_TimeWaitAlgorithm_String" /> TimeWaitAlgorithm\_String

Waiting algorithm
Raw string enum value.

```csharp theme={null}
[JsonProperty("TimeWaitAlgorithm")]
public string TimeWaitAlgorithm_String { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

#### See Also

[WorkflowStepWaitForTime](SuperOffice.WebApi.Data.WorkflowStepWaitForTime.md).[TimeWaitAlgorithm](SuperOffice.WebApi.Data.WorkflowStepWaitForTime.md#SuperOffice_WebApi_Data_WorkflowStepWaitForTime_TimeWaitAlgorithm)

### <a id="SuperOffice_WebApi_Data_WorkflowStepWaitForTime_Until" /> Until

Wait until specific datetime, in \[DT: ] format, interpreted in workflow time zone

```csharp theme={null}
public virtual string Until { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

## See Also

[WorkflowAgent](SuperOffice.WebApi.Agents.WorkflowAgent.md)


## Related topics

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