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

# workflow_wait_for_action table

> Some steps wait for actions, this is info about those actions

## workflow\_wait\_for\_action Table (536)

Some steps wait for actions, this is info about those actions

## Fields

| Name                            | Description                                | Type                                                                    | Nullable |
| ------------------------------- | ------------------------------------------ | ----------------------------------------------------------------------- | :------: |
| workflow\_wait\_for\_action\_id | Primary key                                | PK                                                                      |    No    |
| workflow\_step\_id              | The workflow step this instance belongs to | FK [workflow\_step](./workflow-step.mdx)                                |    Yes   |
| ActionType                      | The type of action                         | Enum [WorkflowWaitForActionType](./enums/workflowwaitforactiontype.mdx) |    Yes   |
| rank                            | The rank of this action                    | Int                                                                     |    Yes   |
| registered                      | Registered when                            | UtcDateTime                                                             |    No    |
| registered\_associate\_id       | Registered by whom                         | FK [associate](./associate.mdx)                                         |    No    |
| updated                         | Last updated when                          | UtcDateTime                                                             |    No    |
| updated\_associate\_id          | Last updated by whom                       | FK [associate](./associate.mdx)                                         |    No    |
| updatedCount                    | Number of updates made to this record      | UShort                                                                  |    No    |

<img src="https://mintcdn.com/superofficeas/l1Mc87V8Ae-YfcB5/media/loc/en/database/tables/workflow_wait_for_action.png?fit=max&auto=format&n=l1Mc87V8Ae-YfcB5&q=85&s=4e2283849c63f1b4e6d88bcb6a433584" alt="workflow_wait_for_action table relationship diagram" width="799" height="59" data-path="media/loc/en/database/tables/workflow_wait_for_action.png" />

## Indexes

| Fields | Types | Description |
| ------ | ----- | ----------- |

## Relationships

| Table                             | Description                                                        |
| --------------------------------- | ------------------------------------------------------------------ |
| [associate](./associate)          | Employees, resources and other users - except for External persons |
| [workflow\_step](./workflow-step) | A set of steps related to a workflow.                              |

## Replication Flags

* None

## Security Flags

* Sentry controls access to items in this table using user's Role and data rights matrix on the table's parent.


## Related topics

- [NSWorkflowWaitForAction](/en/automation/crmscript/reference/CRMScript.NetServer.NSWorkflowWaitForAction.md)
- [Save Workflow Wait For Action](/en/api/reference/restful/agent/workflow_agent/save-workflow-wait-for-action.md)
- [Delete Workflow Wait For Action](/en/api/reference/restful/agent/workflow_agent/delete-workflow-wait-for-action.md)
- [Get Workflow Wait For Action](/en/api/reference/restful/agent/workflow_agent/get-workflow-wait-for-action.md)
- [SuperOffice.WebApi.Data.WorkflowWaitForAction](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowWaitForAction.md)
- [Enum values for WorkflowWaitForActionType](/en/database/tables/enums/workflowwaitforactiontype.md)
