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

> Link root steps to the workflow

## workflow\_root\_step\_link Table (537)

Link root steps to the workflow

## Fields

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

<img src="https://mintcdn.com/superofficeas/l1Mc87V8Ae-YfcB5/media/loc/en/database/tables/workflow_root_step_link.png?fit=max&auto=format&n=l1Mc87V8Ae-YfcB5&q=85&s=45a18e55eefeafa77828d0fa072b7119" alt="workflow_root_step_link table relationship diagram" width="741" height="732" data-path="media/loc/en/database/tables/workflow_root_step_link.png" />

## Indexes

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

## Relationships

| Table                             | Description                                                        |
| --------------------------------- | ------------------------------------------------------------------ |
| [associate](./associate)          | Employees, resources and other users - except for External persons |
| [workflow](./workflow)            | SuperOffice specific info about a workflow                         |
| [workflow\_step](./workflow-step) | A set of steps related to a workflow.                              |

## 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 table](/en/database/tables/workflow-step.md)
- [workflow table](/en/database/tables/workflow.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)
- [What's new in version 10.3.9.718](/release-notes/database/changes-10.3.9.md)
