> ## 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 values for WorkflowWaitForActionType

> Lists the enum values for WorkflowWaitForActionType.

## WorkflowWaitForActionType Enum

The type of action

| Name          | Value | Description   |
| ------------- | ----- | ------------- |
| None          | 0     | None          |
| LinkClicked   | 1     | LinkClicked   |
| FormSubmitted | 2     | FormSubmitted |

## Usage

* [workflow\_wait\_for\_action](../workflow-wait-for-action).ActionType - Some steps wait for actions, this is info about those actions


## Related topics

- [SuperOffice.WebApi.Data.WorkflowWaitForActionType](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowWaitForActionType.md)
- [Enum values for WorkflowStepType](/en/database/tables/enums/workflowsteptype.md)
- [NSWorkflowWaitForAction](/en/automation/crmscript/reference/CRMScript.NetServer.NSWorkflowWaitForAction.md)
- [Enum WorkflowTimeWaitIntervalType](/en/automation/crmscript/reference/CRMScript.NetServer.WorkflowTimeWaitIntervalType.md)
- [SuperOffice.WebApi.Data.WorkflowTimeWaitIntervalType](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowTimeWaitIntervalType.md)
- [workflow_wait_for_action table](/en/database/tables/workflow-wait-for-action.md)
