Workflow Definitions
The Workflow Definitions page lists every workflow with its name, ID, status badge (Draft / Published), anchor type, and creation and publish timestamps. Filter by name, status, or anchor type; click a row to open it in the designer.Workflow Instances
The Workflow Instances page searches across every run of every workflow. Filter by:- Workflow (multi-select)
- Status —
Running,Failed, orCompleted - Anchor — document or WorkView, optionally a specific ID (to answer “what workflows touched this document?”)
- Date range
Instance detail
Opening an instance shows everything about the run:- Variables — the instance’s current variable bag
- Live tasks — task transitions currently waiting for a user
- Timers — armed timer transitions and when they fire
- History — the full append-only audit timeline
Handling failures
When an action fails:- The instance’s variables roll back to their state at node entry
- The instance routes to the error node — the node-level override if set, otherwise the workflow-level one — with two variables describing the failure:
instance._error.action(which action failed) andinstance._error.message(why) - If no error node is configured, the instance is marked Failed
Environment variables and secrets
The Workflow Variables page manages the configuration workflows reference:- Environment variables (
env.<name>) — plain-text settings such as an SMTP host, shared by all workflows - Secrets (
secrets.<name>) — encrypted at rest, decrypted only at the moment an action parameter is resolved, never written to history, and audit-logged on access. Secrets cannot be used in guards or trigger filters.
Troubleshooting
Where to read next
Document types & keywords
The document types, keyword types, and keyword groups that workflow triggers, conditions, and actions read and write.
Building workflows in the designer
Error nodes, validation, and the publish flow these pages monitor.
Administration & governance
Platform-wide audit, permissions, and observability.
