> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-worktree-351-fix-webapi-escaped-anchors.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# kb_workflow_access table

> Control of who can do what in a knowledge base workflow step

## kb\_workflow\_access Table (293)

Control of who can do what in a knowledge base workflow step

## Fields

| Name         | Description                                                                                                                                                  | Type                                 | Nullable |
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------ | :------: |
| id           | The primary key (auto-incremented)                                                                                                                           | PK                                   |    No    |
| kb\_workflow | The workflow to access.                                                                                                                                      | FK [kb\_workflow](./kb-workflow.mdx) |    No    |
| user\_id     | The user with access.                                                                                                                                        | FK [ejuser](./ejuser.mdx)            |    No    |
| kb\_access   | The access given to a user for entries in a given workflow phase. 1 for viewing entries, 2 for moving entries between workflow phases, 3 for editing entries | kb\_access                           |    No    |

<img src="https://mintcdn.com/superofficeas-worktree-351-fix-webapi-escaped-anchors/lG_0VSOpA0nSl_9s/media/loc/en/database/tables/kb_workflow_access.png?fit=max&auto=format&n=lG_0VSOpA0nSl_9s&q=85&s=62cb64b56eba0dc007e8c6ec81b42d55" alt="kb_workflow_access table relationship diagram" width="713" height="59" data-path="media/loc/en/database/tables/kb_workflow_access.png" />

## Indexes

| Fields       | Types | Description |
| ------------ | ----- | ----------- |
| kb\_workflow | FK    | Index       |
| user\_id     | FK    | Index       |

## Relationships

| Table                         | Description                                              |
| ----------------------------- | -------------------------------------------------------- |
| [ejuser](./ejuser)            | This table contains entries for the users of the system. |
| [kb\_workflow](./kb-workflow) | Knowledge base workflow steps                            |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
