> ## 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_step table

> A set of steps related to a workflow.

## workflow\_step Table (530)

A set of steps related to a workflow.

## Fields

| Name                      | Description                           | Type                                                  | Nullable |
| ------------------------- | ------------------------------------- | ----------------------------------------------------- | :------: |
| workflow\_step\_id        | Primary key                           | PK                                                    |    No    |
| step\_type                | Step type                             | Enum [WorkflowStepType](./enums/workflowsteptype.mdx) |    Yes   |
| settings                  | Step settings/configuration/variables | Clob                                                  |    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_step.png?fit=max&auto=format&n=l1Mc87V8Ae-YfcB5&q=85&s=8372dc6279f263fdba30a0b6370ddcad" alt="workflow_step table relationship diagram" width="1133" height="983" data-path="media/loc/en/database/tables/workflow_step.png" />

## Indexes

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

## Relationships

| Table                                                       | Description                                                                                    |
| ----------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
| [associate](./associate)                                    | Employees, resources and other users - except for External persons                             |
| [s\_shipment\_addr](./s-shipment-addr)                      | Addresses that are ready to be sent in a shipment.                                             |
| [workflow\_instance](./workflow-instance)                   | A set of properties related to the workflow instance of one participant going through the flow |
| [workflow\_root\_step\_link](./workflow-root-step-link)     | Link root steps to the workflow                                                                |
| [workflow\_step\_option](./workflow-step-option)            | Some steps can have optional child 'flows', a new series of steps                              |
| [workflow\_step\_option\_link](./workflow-step-option-link) | Link steps to other steps through step options                                                 |
| [workflow\_wait\_for\_action](./workflow-wait-for-action)   | Some steps wait for actions, this is info about those actions                                  |

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

- [workflow_step_option table](/en/database/tables/workflow-step-option.md)
- [workflow_step_option_link table](/en/database/tables/workflow-step-option-link.md)
- [workflow_root_step_link table](/en/database/tables/workflow-root-step-link.md)
- [workflow_instance table](/en/database/tables/workflow-instance.md)
- [workflow_wait_for_action table](/en/database/tables/workflow-wait-for-action.md)
- [Enum WorkflowStepType](/en/automation/crmscript/reference/CRMScript.NetServer.WorkflowStepType.md)
