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

# <a id="SuperOffice_WebApi_Data_WorkflowStepWaitForAction" /> Class WorkflowStepWaitForAction

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

Carrier object for WorkflowStepWaitForAction.
Step in workflow.

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[WorkflowStepBase](SuperOffice.WebApi.Data.WorkflowStepBase.md) ←
[WorkflowStepWaitForAction](SuperOffice.WebApi.Data.WorkflowStepWaitForAction.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_WorkflowStepWaitForAction__ctor" /> WorkflowStepWaitForAction()

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_WorkflowStepWaitForAction_ActionTimeout" /> ActionTimeout

The given number of intervals to wait (timeout)

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_WorkflowStepWaitForAction_Actions" /> Actions

The actions we are waiting for

```csharp theme={null}
public virtual WorkflowWaitForAction[] Actions { get; set; }
```

#### Property Value

[WorkflowWaitForAction](SuperOffice.WebApi.Data.WorkflowWaitForAction.md)\[]

### <a id="SuperOffice_WebApi_Data_WorkflowStepWaitForAction_ExitFlow" /> ExitFlow

If set to true, participants timing out will exit the flow

```csharp theme={null}
public virtual bool ExitFlow { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_WorkflowStepWaitForAction_ExitToFlowId" /> ExitToFlowId

Flow to add participants to on exit

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_WorkflowStepWaitForAction_ExitToSelectionId" /> ExitToSelectionId

Static selection to add participants to on exit

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_WorkflowStepWaitForAction_TimeoutIntervalType" /> TimeoutIntervalType

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

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

#### Property Value

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

#### See Also

[WorkflowStepWaitForAction](SuperOffice.WebApi.Data.WorkflowStepWaitForAction.md).[TimeoutIntervalType\_String](SuperOffice.WebApi.Data.WorkflowStepWaitForAction.md#SuperOffice_WebApi_Data_WorkflowStepWaitForAction_TimeoutIntervalType_String)

### <a id="SuperOffice_WebApi_Data_WorkflowStepWaitForAction_TimeoutIntervalType_String" /> TimeoutIntervalType\_String

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

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

#### Property Value

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

#### See Also

[WorkflowStepWaitForAction](SuperOffice.WebApi.Data.WorkflowStepWaitForAction.md).[TimeoutIntervalType](SuperOffice.WebApi.Data.WorkflowStepWaitForAction.md#SuperOffice_WebApi_Data_WorkflowStepWaitForAction_TimeoutIntervalType)

### <a id="SuperOffice_WebApi_Data_WorkflowStepWaitForAction_WaitForTimeout" /> WaitForTimeout

If set to false, participants will wait forever

```csharp theme={null}
public virtual bool WaitForTimeout { get; set; }
```

#### Property Value

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

## 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.WorkflowWaitForAction](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowWaitForAction.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.WorkflowStepType](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowStepType.md)
