> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.WorkflowWaitForActionType

# <a id="SuperOffice_WebApi_Data_WorkflowWaitForActionType" /> Enum WorkflowWaitForActionType

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

Workflow action type
This Enum is used by:  workflow\_wait\_for\_action.ActionType

```csharp theme={null}
public enum WorkflowWaitForActionType : short
```

## Fields

`FormSubmitted = 2`

2: FormSubmitted

`LinkClicked = 1`

1: LinkClicked

`None = 0`

0: None
