EnglishOverview & PlatformWorkflow ManagementTemplate LibraryWorkflow Templates

Workflow Templates

Templates are pre-built workflows for the most common business scenarios. Instantiating a template gives you a working rule in seconds; you then adjust its conditions, approvers, and thresholds to fit your organisation.

Workflow Management — template gallery grouped by domain
Workflow Management — template gallery grouped by domain

How to instantiate a template

Go to Workflow → Workflows and click New from Template. Templates are grouped by domain (Finance, Sales, HR, Procurement, and more).

Step 2 — Pick a template

Select the scenario closest to your need. A preview shows the trigger, conditions, and actions it will create.

Step 3 — Adjust

The template opens in the Builder pre-filled. Change the threshold numbers, swap approver roles for your own, and refine conditions. Confirm the required feature toggles are on.

Step 4 — Test and activate

Run a sample record, verify the routing, then set the workflow Active.

A template is just a starting point — once instantiated it is an ordinary workflow. Edit or delete it freely without affecting the original template.


Finance templates

TemplateTriggerConditionActionApp
Invoice overdue reminderOn status change (unpaid)daysOverdue >= 1Notify AR owner + schedule reminderFinance
Invoice approval chainOn status change (submitted)amount > thresholdCreate approval: Finance Mgr → CFOFinance
Bill 3-way check holdOn createmismatch == trueSet field onHold, notify APFinance
Expense auto-routeOn status change (submitted)amount > 5,000,000Create approval: ManagerFinance
Credit note approvalOn createalwaysCreate approval: Finance MgrFinance

Sales templates

TemplateTriggerConditionActionApp
Discount approvalOn updatediscountPercent > 15Create approval: Sales Mgr (price approval)Sales / CRM
Deal won → create contractOn status change (won)stage == "won"Auto-execute: create contract, notify legalCRM
Large sales order reviewOn status change (submitted)amount > so_thresholdCreate approval: Finance → Sales DirectorSales
Quote submittedOn status change (submitted)alwaysCreate approval: Sales MgrSales

HR templates

TemplateTriggerConditionActionApp
Leave approvalOn status change (submitted)alwaysCreate approval: Direct ManagerHR
Multi-level leaveOn status change (submitted)days > 5Create approval: Manager → HR (serial)HR
Overtime requestOn createalwaysCreate approval: Direct ManagerHR
Onboarding checklistOn create (new hire)alwaysAssign tasks, notify HR + ITHR
Salary adjustmentOn createalwaysCreate approval: HR Director → CEOHR

Procurement templates

TemplateTriggerConditionActionApp
PO approval chainOn status change (submitted)amount > po_thresholdCreate approval: Dept Head → ProcurementProcurement
3-way match holdOn create (GRN vs PO vs Bill)quantityMismatch OR priceMismatchSet field matchHold, notify buyerProcurement
RFQ approvalOn status change (submitted)alwaysCreate approval: Procurement MgrProcurement
Vendor onboardingOn create (new vendor)alwaysCreate approval: Procurement → LegalProcurement

Operations & quality templates

TemplateTriggerConditionActionApp
Work order releaseOn status change (planned)status == "planned"Create approval: Production MgrManufacturing
NCR escalationOn updateseverity == "high"Notify Quality Mgr, create taskQuality
Inventory write-offOn createvalue > 0Create approval: Warehouse → FinanceInventory
Asset disposalOn createalwaysCreate approval: Asset Mgr → FinanceAssets

Choosing between a template and a policy

Some scenarios (thresholds) are better expressed as a Policy:

If you want to…Use
Decide whether approval is needed from a numberPolicy
Decide who approves and what else happensWorkflow template
Combine bothA Policy gate + a Workflow chain
⚠️

Templates that reference a threshold (PO/SO/discount) rely on the corresponding toggle being enabled (po_amount_threshold, so_amount_threshold, price_approval_on_discount). Enable them in Workflow → Settings before activating.


FAQ

Q: Can I save my own template? A: You can duplicate an existing workflow to reuse its structure. Treat a well-tuned workflow as your team’s reference copy.

Q: Do templates come pre-activated? A: No — instantiating creates an inactive workflow so you can review and test before it starts routing real records.