-
Notifications
You must be signed in to change notification settings - Fork 0
Workflows
Phillip Dornauer edited this page Apr 1, 2026
·
1 revision
Workflows add a multi-step editorial approval process before content goes live. A typical setup is Written → In Review → Approved → Published.
Go to System → Workflows and click New Workflow.
| Property | Description |
|---|---|
| Name | Step label (e.g. "In Review") |
| Sort Order | Position in the sequence |
| Reject Enabled | Whether a reject button appears at this step |
| Reject To Step | Which step to fall back to on rejection |
| Allowed Groups | Which user groups can advance past this step (empty = anyone) |
In the blueprint editor, choose a workflow under Workflow. All items of that blueprint will go through the configured steps before being published.
- A new item starts as draft with no workflow step.
- An editor clicks Advance → the item moves to the first step.
- Each Advance moves the item one step forward.
- At the final step, Advance publishes the item.
- Retreat moves the item one step back.
-
Reject (if enabled) moves the item to the configured
reject_to_step.
- Retreat — steps back one position. Used by an editor to undo their own advance.
- Reject — sends the item to a specific configured step with a rejection comment. Used by a reviewer to send content back to the author.
Written → In Review → Approved → Published
↑ | |
└──────────────┘ (reject) └─ (reject → In Review)
- Written: no reject
- In Review: reject → Written; allowed groups: Editors
- Approved: reject → In Review; allowed groups: Senior Editors
When an item has a workflow:
- The sidebar shows the current step name
- Advance and Retreat buttons appear
- If reject is enabled, a Reject button appears with a comment textarea
- Transition history is recorded in the activity log