Skip to main content

Template Governance

Template governance

Workflow templates are the blueprint for every review and approval process in your project. Without governance, teams create duplicate templates, edit live templates mid-workflow, and accumulate unused routes that confuse document controllers. This page defines a practical governance approach covering lifecycle states, ownership, versioning, naming, and quarterly maintenance.


Template lifecycle states

Every template in Kazinex Workflows has one of three states:

StateDescriptionWho can set it
DraftTemplate is being configured or tested. Not available for document controllers to use.Project Admin, Org Admin
ActiveTemplate is available in the template picker when starting a workflow.Project Admin, Org Admin
ArchivedTemplate is retired. Not available for new workflows. Historical workflows that used it retain a snapshot of the template at the time they were started.Project Admin, Org Admin

Transitions:

  • Draft → Active: Admin clicks Activate after testing is complete.
  • Active → Archived: Admin clicks Archive when the template is no longer needed. Requires confirmation that no active workflows are using it.
  • Archived → Active: Admin can re-activate an archived template (e.g., if it was archived prematurely).

Who can create and edit templates

ActionWho can perform it
Create a new template (Draft)Project Admin, Org Admin
Edit a Draft templateProject Admin, Org Admin
Edit an Active templateProject Admin, Org Admin (creates a new version; existing workflows are not affected)
Activate a Draft templateProject Admin, Org Admin
Archive an Active templateProject Admin, Org Admin
View all templatesAll project members
Use a template (start a workflow)Document Controller, Project Admin, Org Admin

Policy recommendation: Restrict Active template editing to Org Admins only. Project Admins should clone and create new versions rather than editing shared templates directly.


Versioning a template

When a review process changes (new step added, SLA changed, assignee group restructured), follow this versioning process:

  1. Open the Active template in Settings → Workflow Templates.
  2. Click Clone Template. A copy is created in Draft state with the name [Original Name] - Copy.
  3. Rename the clone to reflect the version increment (e.g., Standard Drawing Review v2).
  4. Edit the clone: add, modify, or remove steps as required.
  5. Test the new version with a sample document.
  6. Activate the new version.
  7. Archive the old version (confirm no active workflows are running on it).
  8. Document the change in the template description field: v2 - Added HS Review step. Date: YYYY-MM-DD. Approved by: [Admin Name].

Naming conventions

Use a consistent naming pattern across all templates so document controllers can find the right route quickly.

Recommended pattern: [Process Type] – [Scope] [Version]

Examples:

Template nameUsed for
Technical Review – Standard v2Routine drawing and specification reviews
Client Approval – External v1Documents requiring client sign-off via guest portal
Fast-Track Approval – 2 Step v1Urgent approvals; simplified route
Method Statement – H&S Review v1Method statements requiring H&S sign-off
Transmittal Acknowledgement – Internal v1Internal distribution acknowledgement
NCR Closeout – 3 Step v1Non-conformance report closeout route

Avoid: Generic names like Review 1, New Template, or Copy of Review.


Testing before activation

Before activating any template, test it end-to-end:

  1. Start a workflow using the template on a test document in a development or staging project.
  2. Complete every step through all role types (reviewer, approver, document controller).
  3. Test all conditional branches (if applicable).
  4. Verify the final document status after workflow completion.
  5. Export and check the audit trail.
  6. Have a second admin or document controller review the test results.
  7. Record the test completion in the template description before activating.

Quarterly review process

Schedule a quarterly template review with the project admin and lead document controller:

  1. Report on template usage — run the Workflow Status Summary report for the past quarter, grouped by template. Identify templates with zero uses — candidates for archiving.
  2. Review overdue step patterns — templates where >20% of steps are regularly overdue may need SLA adjustments.
  3. Check for duplicate templates — consolidate templates that cover the same process.
  4. Verify step assignees are still valid — ensure named users and access groups in templates still reflect current team structure.
  5. Archive unused templates — any template not used in the past quarter with no active workflows should be archived.
  6. Document decisions — record template changes in the template description field.

Template governance checklist for project launch

Before a project goes live:

  • All templates in use are Active (no Draft templates being used in workflows)
  • Each template has a named owner (recorded in the description)
  • All template step assignees resolve to current team members
  • Conditional routing branches have been tested
  • Review Matrix rules are aligned with template step assignments
  • Template names follow the project naming convention
  • A fallback template exists for documents that do not match a specific route