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


## Related topics

- [workflow_step_option_link table](/en/database/tables/workflow-step-option-link.md)
- [workflow_step table](/en/database/tables/workflow-step.md)
- [NSWorkflowStepOptionBase](/en/automation/crmscript/reference/CRMScript.NetServer.NSWorkflowStepOptionBase.md)
- [Get Workflow Step Option](/en/api/reference/restful/agent/workflow_agent/get-workflow-step-option.md)
- [SuperOffice.WebApi.Data.WorkflowStepOptionLinkClicked](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowStepOptionLinkClicked.md)
- [SuperOffice.WebApi.Data.WorkflowStepOptionBase](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowStepOptionBase.md)
