Skip to content

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.

  1. On the left sidebar, select Admin.
  2. 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.

  1. On the Document Templates section, select Create Template.
  2. Enter a Name and Description for the template.
  3. Optionally select a Document Type to restrict the workflow to a specific document type.
  4. Check Is Default to use this workflow automatically for new documents.
  5. Define states (see below).
  6. Define transitions between states (see below).
  7. Add approval rules to transitions that require them (see below).
  8. Select Save.

States represent the stages a record passes through. Common examples include Draft, Under Review, Approved, and Rejected.

For each state, configure:

PropertyDescription
NameThe state identifier (for example, “draft”, “under_review”)
Display NameHuman-readable label shown in the UI
Is InitialWhether this is the starting state for new records
Is FinalWhether this is a terminal state with no further transitions

Transitions define the allowed movements between states.

For each transition, configure:

PropertyDescription
From StateThe state the record is currently in
To StateThe state the record moves to
NameA label for the transition (for example, “Submit for Review”, “Approve”)
Requires ApprovalWhether approval rules must be satisfied before this transition

Approval rules control who can approve a transition.

For each rule, configure:

PropertyDescription
Minimum ApprovalsThe number of approvals needed to satisfy this rule
Required GroupsGroups whose members can approve (group selector)
  1. On the template row, select Edit.
  2. Modify states, transitions, or approval rules as needed.
  3. Select Save.
  1. On the template row, select Clone.
  2. Enter a name for the cloned template.
  3. The clone includes all states, transitions, and approval rules from the original.
  4. Modify the clone as needed and select Save.
  1. On the template row, select Set as Default.
  2. 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.

  1. On the template row, select the Preview icon (eye icon).
  2. Review the visual representation of workflow states and transitions.
  3. Close the preview to return to the template list.
  1. On the Document Templates section, select Upload Template.
  2. Select a workflow template file to import.
  3. Review the imported template and modify as needed.

A typical document approval workflow:

StateTypeDescription
DraftInitialDocument is being authored
Under ReviewDocument is awaiting reviewer feedback
Pending ApprovalDocument is awaiting formal approval
ApprovedFinalDocument has been approved and is ready to be made effective
RejectedFinalDocument 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.

  1. Open Workflow Templates and select Create Template.
  2. Name it “SOP Dual QA Approval” and set the document type to SOP.
  3. Define the following states:
StateDisplay NameType
draftDraftInitial
dept_reviewDepartment Review
qa_reviewQA Review
approvedApprovedFinal
rejectedRejectedFinal
  1. 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.
  2. 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.

ActionRequired Permission
View workflow templatesAdmin role
Create, edit, or delete templatesAdmin role
Set default templateAdmin role
Clone templatesAdmin role