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

# 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/6OcOTPa_ISkjXJg4/media/loc/en/database/tables/kb_workflow.png?fit=max&auto=format&n=6OcOTPa_ISkjXJg4&q=85&s=e0f0e1e932d4166fa811c20e8f8f10c1" 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.


## Related topics

- [kb_workflow_access table](/en/database/tables/kb-workflow-access.md)
- [kb_entry table](/en/database/tables/kb-entry.md)
- [role_workflow table](/en/database/tables/role-workflow.md)
- [kb_category table](/en/database/tables/kb-category.md)
- [kb_group table](/en/database/tables/kb-group.md)
- [kb_attachment table](/en/database/tables/kb-attachment.md)
