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

# kb_workflow table

> Knowledge base workflow steps

## kb\_workflow Table (292)

Knowledge base workflow steps

## Fields

| Name     | Description                        | Type                                 | Nullable |
| -------- | ---------------------------------- | ------------------------------------ | :------: |
| id       | The primary key (auto-incremented) | PK                                   |    No    |
| next     | The next workflow phase.           | FK [kb\_workflow](./kb-workflow.mdx) |    No    |
| previous | The previous workflow phase.       | FK [kb\_workflow](./kb-workflow.mdx) |    No    |
| name     |                                    | String(255)                          |    Yes   |

<img src="https://mintcdn.com/superofficeas-bugfix-ty-screen-designer-paradox/bBv7ep-d5A4oaYwj/media/loc/en/database/tables/kb_workflow.png?fit=max&auto=format&n=bBv7ep-d5A4oaYwj&q=85&s=b5ceb0055936cf2065c4d4ec45761f94" alt="kb_workflow table relationship diagram" width="741" height="723" data-path="media/loc/en/database/tables/kb_workflow.png" />

## Indexes

| Fields   | Types | Description |
| -------- | ----- | ----------- |
| next     | FK    | Index       |
| previous | FK    | Index       |

## Relationships

| Table                                        | Description                                                  |
| -------------------------------------------- | ------------------------------------------------------------ |
| [kb\_entry](./kb-entry)                      | This table contains FAQ entries.                             |
| [kb\_workflow](./kb-workflow)                | Knowledge base workflow steps                                |
| [kb\_workflow\_access](./kb-workflow-access) | Control of who can do what in a knowledge base workflow step |
| [role\_workflow](./role-workflow)            | Knowledge base workflow access rights associated with a role |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
