> For the complete documentation index, see [llms.txt](https://docs.sprinto.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinto.com/data-library/reviews/dashboard-actions/create-and-manage-workflow-checks.md).

# Create and Manage Workflow Checks

Use workflow checks in Sprinto to track compliance processes that are not monitored automatically—such as internal audits, board reviews, or PCI DSS assessments. You can create these checks manually, assign stakeholders, and request evidence uploads. Workflow checks can be configured once and repeated periodically.

Sprinto categorises workflow checks under the **Reviews** section. You can access them by navigating to **Data Library > Reviews > Workflow checks**.

***

### Before you begin

Ensure the following:

* You are logged in as an **Administrator**.
* The stakeholder you want to assign is already added to Sprinto.
* If uploading users in bulk, refer to the **Upload Bulk Employee Data** guide.

***

### Add a workflow check

1. Go to **Data Library > Reviews > Workflow checks**.
2. Click **Add workflow check**.
3. In the pop-up:
   * Browse from the list of **predefined templates** (e.g. *Internal Audit*, *Org Structure Review*, *Board Review*).
   * Or click **Create your own check** to start from scratch.
4. If creating your own check:
   * Enter a **Check name**.
   * Select a **Framework** to map the check (optional).
   * Choose applicable **Zones** or leave as *No mapped zones*.
   * Assign a **Reviewer**.
   * Set the **Check frequency** (e.g. every 12 months).
   * Enable or disable the **Evidence required** toggle.
   * Add any **Check instructions**.
5. Click **Create check**.

The check now appears under the **Active** tab with a status of *Upload pending* until completed.

***

### Manage an existing workflow check

1. Locate the check under the **Active**, **Upcoming**, or **Disabled** tab.
2. Click **Manage** on the far right of the row.
3. You can:
   * Edit the check details (e.g. frequency, assigned user, description).
   * Disable the check if it is no longer needed.
   * Upload evidence if you are the assigned reviewer.
   * Mark the check as a **Special Case** if it is not applicable due to business exceptions.

***

### Status indicators for workflow checks

<table><thead><tr><th width="134.85546875">Status</th><th width="532.765625">Meaning</th></tr></thead><tbody><tr><td><strong>Active</strong></td><td>The check is ongoing and ready for review.</td></tr><tr><td><strong>Upcoming</strong></td><td>The check is scheduled but not yet active.</td></tr><tr><td><strong>Disabled</strong></td><td>The check has been turned off manually.</td></tr><tr><td><strong>Failing</strong></td><td>The check is overdue or missing required evidence.</td></tr><tr><td><strong>Passing</strong></td><td>The check has been completed and evidence (if needed) is verified.</td></tr></tbody></table>

***

### Best practices

* Use **zones** and **frameworks** to scope workflow checks accurately.
* Assign the check to someone with the correct Infosec role.
* Upload evidence or mark a check as *special case* if conditions don’t allow completion.
* Regularly filter and review checks by **status** to avoid overdue compliance actions.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sprinto.com/data-library/reviews/dashboard-actions/create-and-manage-workflow-checks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
