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

# 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-bugfix-ty-screen-designer-paradox/K-xlYeRVgDTkPUCX/media/loc/en/database/tables/workflow_wait_for_action.png?fit=max&auto=format&n=K-xlYeRVgDTkPUCX&q=85&s=37e06a4866da9ef244ec192ce1f22f0b" 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.
