> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-worktree-351-fix-webapi-escaped-anchors.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# workflow_step_option_link table

> Link steps to other steps through step options

## workflow\_step\_option\_link Table (533)

Link steps to other steps through step options

## Fields

| Name                             | Description                             | Type                                                    | Nullable |
| -------------------------------- | --------------------------------------- | ------------------------------------------------------- | :------: |
| workflow\_step\_option\_link\_id | Primary key                             | PK                                                      |    No    |
| workflow\_step\_option\_id       | The workflow step option to connect to  | FK [workflow\_step\_option](./workflow-step-option.mdx) |    Yes   |
| workflow\_step\_id               | A workflow step connected to the option | FK [workflow\_step](./workflow-step.mdx)                |    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    |
| Rank                             | Step order                              | Int                                                     |    Yes   |

<img src="https://mintcdn.com/superofficeas-worktree-351-fix-webapi-escaped-anchors/OTSPuzFctnJmYaEn/media/loc/en/database/tables/workflow_step_option_link.png?fit=max&auto=format&n=OTSPuzFctnJmYaEn&q=85&s=10d7b9b1eeb9ecba973cb54225fd34f3" alt="workflow_step_option_link table relationship diagram" width="902" height="826" data-path="media/loc/en/database/tables/workflow_step_option_link.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.                              |
| [workflow\_step\_option](./workflow-step-option) | Some steps can have optional child 'flows', a new series of steps  |

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