Workflows¶
Workflow configuration lets you define the status map, transitions, and approval gates that govern how records move through your value lifecycle.
Who this is for¶
Admin Content Admin
Prerequisites¶
- Tenant Admin or Content Admin role
- Review of Workflow Management
- Defined statuses for your process
Workflow definitions¶
A workflow definition is a versioned set of rules applied to an entity type. ValuePact supports separate definitions for initiatives, business cases, and approvals.
| Property | Description |
|---|---|
| Entity type | Initiative, Business Case, or Approval |
| Version | Auto-incremented on every publish |
| Status map | The statuses available to records |
| Transitions | Valid moves between statuses |
| Approval stages | Review gates (optional) |
| Automation rules | Triggered actions (optional) |
Status maps¶
The status map lists every status a record can hold.
- Go to Admin > Configuration > Workflows.
- Select an entity type.
- Click Statuses.
- Add, reorder, or remove statuses.
- Click Save Draft.
Status removal
You cannot remove a status that is in use by active records. Archive it instead.
Transitions¶
Transitions define how records move between statuses.
Step-by-step: add a transition¶
- Open the workflow and click Transitions.
- Click Add Transition.
- Select From Status and To Status.
- Choose Trigger Type: Manual or Automatic.
- For manual transitions, select Required Role.
- For automatic transitions, define the Trigger Condition.
- Add Guard Conditions if needed.
- Click Save.
Approval gates¶
Approval gates are embedded in the workflow definition.
- Open the workflow and click Approval.
- Click Add Stage.
- Define approvers, timeout, and escalation rule.
- Link the stage to a transition into
approvedstatus. - Click Save.
Permissions required¶
| Role | Permission | Scope |
|---|---|---|
| Super Admin | Create, edit, publish workflows | Organization |
| Tenant Admin | Create, edit, publish workflows | Organization |
| Content Admin | Edit workflow drafts | Organization |
| Analyst | View active workflows | Assigned workflows |
| Viewer | View active workflows | Assigned workflows |
Limits and guardrails¶
Limit Maximum 50 statuses per workflow.
Limit Maximum 100 transitions per workflow.
Limit Workflow versions are retained for 12 months.
Limit Publishing a workflow applies immediately to new records. Existing records remain on their current version unless migrated.
Troubleshooting¶
Issue: transition button is missing
Cause: The user lacks the required role, a guard condition is failing, or the workflow version is stale. Resolution: Check the transition configuration for role requirements and guard conditions. Verify the record is on the latest workflow version.
Issue: approval stage not triggering
Cause: The stage is not linked to a transition, or the transition trigger is set to manual instead of automatic. Resolution: Open the workflow diagram and confirm the stage connects to the correct transition. Set the transition trigger to automatic if the stage completion should advance the record.
Related pages¶
Escalation path¶
For workflow definition errors causing records to stall:
- Check the workflow version applied to the record in the record detail panel.
- Roll back to the previous version if available.
- File a support ticket with the workflow ID and affected record IDs.
- Escalate to
#valuepact-opsif rollback does not resolve the issue.