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

# role_workflow table

> Knowledge base workflow access rights associated with a role

## role\_workflow Table (327)

Knowledge base workflow access rights associated with a role

## Fields

| Name             | Description                        | Type                                 | Nullable |
| ---------------- | ---------------------------------- | ------------------------------------ | :------: |
| id               | The primary key (auto-incremented) | PK                                   |    No    |
| role             | The id of the group. Deprecated.   | FK [ej\_role](./ej-role.mdx)         |    No    |
| workflow\_id     | The id of the workflow.            | FK [kb\_workflow](./kb-workflow.mdx) |    No    |
| workflow\_access | The access level.                  | Int                                  |    Yes   |
| crm\_role        | Link to Role                       | FK [Role](./role.mdx)                |    Yes   |

<img src="https://mintcdn.com/superofficeas-bugfix-ty-screen-designer-paradox/G4reeQVP-LmhQATQ/media/loc/en/database/tables/role_workflow.png?fit=max&auto=format&n=G4reeQVP-LmhQATQ&q=85&s=55b95bbfef0159842dee02b5a3a437a3" alt="role_workflow table relationship diagram" width="626" height="631" data-path="media/loc/en/database/tables/role_workflow.png" />

## Indexes

| Fields       | Types | Description |
| ------------ | ----- | ----------- |
| role         | FK    | Index       |
| workflow\_id | FK    | Index       |
| crm\_role    | FK    | Index       |

## Relationships

| Table                         | Description                                                                                                                                                                                        |
| ----------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [ej\_role](./ej-role)         | Define access rights, memberships and other properties for role user members                                                                                                                       |
| [kb\_workflow](./kb-workflow) | Knowledge base workflow steps                                                                                                                                                                      |
| [Role](./role)                | User roles for role-based security, names and tooltips are in LocaleText. For more information regarding role based security, see [http://techdoc.superoffice.com](http://techdoc.superoffice.com) |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
