Workflow Templates
Workflow Templates define the approval process for documents and other records. Each template specifies the states a record passes through, the transitions between those states, and the approval rules that must be satisfied before a transition can occur.
Open Workflow Templates
Section titled “Open Workflow Templates”- On the left sidebar, select Admin.
- In the admin sidebar under Templates & Forms, select Document Templates.
The template list displays all existing workflow templates with their name, description, document type, default status, active status, and available actions.
Create a workflow template
Section titled “Create a workflow template”- On the Document Templates section, select Create Template.
- Enter a Name and Description for the template.
- Optionally select a Document Type to restrict the workflow to a specific document type.
- Check Is Default to use this workflow automatically for new documents.
- Define states (see below).
- Define transitions between states (see below).
- Add approval rules to transitions that require them (see below).
- Select Save.
Define states
Section titled “Define states”States represent the stages a record passes through. Common examples include Draft, Under Review, Approved, and Rejected.
For each state, configure:
| Property | Description |
|---|---|
| Name | The state identifier (for example, “draft”, “under_review”) |
| Display Name | Human-readable label shown in the UI |
| Is Initial | Whether this is the starting state for new records |
| Is Final | Whether this is a terminal state with no further transitions |
Define transitions
Section titled “Define transitions”Transitions define the allowed movements between states.
For each transition, configure:
| Property | Description |
|---|---|
| From State | The state the record is currently in |
| To State | The state the record moves to |
| Name | A label for the transition (for example, “Submit for Review”, “Approve”) |
| Requires Approval | Whether approval rules must be satisfied before this transition |
Define approval rules
Section titled “Define approval rules”Approval rules control who can approve a transition.
For each rule, configure:
| Property | Description |
|---|---|
| Minimum Approvals | The number of approvals needed to satisfy this rule |
| Required Groups | Groups whose members can approve (group selector) |
Edit a workflow template
Section titled “Edit a workflow template”- On the template row, select Edit.
- Modify states, transitions, or approval rules as needed.
- Select Save.
Clone a workflow template
Section titled “Clone a workflow template”- On the template row, select Clone.
- Enter a name for the cloned template.
- The clone includes all states, transitions, and approval rules from the original.
- Modify the clone as needed and select Save.
Set the default workflow template
Section titled “Set the default workflow template”- On the template row, select Set as Default.
- The selected template becomes the default workflow.
Only one workflow template can be the default at a time. The default template is automatically assigned to new documents that do not specify a workflow.
Preview a workflow
Section titled “Preview a workflow”- On the template row, select the Preview icon (eye icon).
- Review the visual representation of workflow states and transitions.
- Close the preview to return to the template list.
Upload a workflow template
Section titled “Upload a workflow template”- On the Document Templates section, select Upload Template.
- Select a workflow template file to import.
- Review the imported template and modify as needed.
Example workflow
Section titled “Example workflow”A typical document approval workflow:
| State | Type | Description |
|---|---|---|
| Draft | Initial | Document is being authored |
| Under Review | — | Document is awaiting reviewer feedback |
| Pending Approval | — | Document is awaiting formal approval |
| Approved | Final | Document has been approved and is ready to be made effective |
| Rejected | Final | Document was rejected and requires revision |
With transitions:
- Draft -> Under Review (Submit for Review)
- Under Review -> Pending Approval (Submit for Approval, requires 1 reviewer approval)
- Pending Approval -> Approved (Approve, requires 2 QA approvals)
- Pending Approval -> Rejected (Reject)
- Rejected -> Draft (Revise)
Practical example: Create a controlled document approval workflow with dual QA sign-off
Section titled “Practical example: Create a controlled document approval workflow with dual QA sign-off”Your regulatory team requires that all SOPs go through author review, department head approval, and dual QA approval before becoming effective.
- Open Workflow Templates and select Create Template.
- Name it “SOP Dual QA Approval” and set the document type to SOP.
- Define the following states:
| State | Display Name | Type |
|---|---|---|
draft | Draft | Initial |
dept_review | Department Review | — |
qa_review | QA Review | — |
approved | Approved | Final |
rejected | Rejected | Final |
-
Define transitions:
- Draft -> Department Review (“Submit for Review”) — no approval required.
- Department Review -> QA Review (“Submit for QA Approval”) — requires 1 approval from the “Department Heads” group.
- QA Review -> Approved (“Approve for Effectiveness”) — requires 2 approvals from the “Quality Assurance” group.
- QA Review -> Rejected (“Reject”) — no minimum approvals, any QA member can reject.
- Rejected -> Draft (“Revise”) — no approval required.
-
Select Save and then Set as Default to apply this workflow to all new SOPs.
This ensures every SOP is reviewed by the owning department and independently approved by two QA personnel before it becomes effective — meeting regulatory expectations for controlled document management.
Permissions
Section titled “Permissions”| Action | Required Permission |
|---|---|
| View workflow templates | Admin role |
| Create, edit, or delete templates | Admin role |
| Set default template | Admin role |
| Clone templates | Admin role |