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

> Some steps can have optional child &apos;flows&apos;, a new series of steps

## workflow\_step\_option Table (532)

Some steps can have optional child 'flows', a new series of steps

## Fields

| Name                       | Description                                                                                                         | Type                                     | Nullable |
| -------------------------- | ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------- | :------: |
| workflow\_step\_option\_id | Primary key                                                                                                         | PK                                       |    No    |
| workflow\_step\_id         | The workflow step this instance belongs to                                                                          | FK [workflow\_step](./workflow-step.mdx) |    Yes   |
| name                       | The name of this option                                                                                             | String(255)                              |    Yes   |
| rank                       | The rank of this option                                                                                             | 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    |
| key\_id                    | References the object this option is based on (project, selection, link...) given by SplitOptionType on a SplitStep | RecordId                                 |    Yes   |

<img src="https://mintcdn.com/superofficeas-bugfix-ty-screen-designer-paradox/K-xlYeRVgDTkPUCX/media/loc/en/database/tables/workflow_step_option.png?fit=max&auto=format&n=K-xlYeRVgDTkPUCX&q=85&s=776958f8898f3c86ede4dc6156539743" alt="workflow_step_option table relationship diagram" width="920" height="826" data-path="media/loc/en/database/tables/workflow_step_option.png" />

## Indexes

| Fields  | Types    | Description |
| ------- | -------- | ----------- |
| key\_id | RecordId | Index       |

## 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\_link](./workflow-step-option-link) | Link steps to other steps through step options                     |

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