> ## 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_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/l1Mc87V8Ae-YfcB5/media/loc/en/database/tables/workflow_step_option_link.png?fit=max&auto=format&n=l1Mc87V8Ae-YfcB5&q=85&s=0df24dac5c35b5d235e7b95b17e05767" 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.


## Related topics

- [workflow_step_option table](/en/database/tables/workflow-step-option.md)
- [workflow_step table](/en/database/tables/workflow-step.md)
- [SuperOffice.WebApi.Data.WorkflowStepOptionLinkClicked](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowStepOptionLinkClicked.md)
- [What's new in version 10.3.3.610](/release-notes/database/changes-10.3.3.md)
- [What's new in version 10.3.4.448](/release-notes/database/changes-10.3.4.md)
- [What's new in version 10.3.5.599](/release-notes/database/changes-10.3.5.md)
