How workflows work
Each workflow rule is built from four components:- Trigger — the event that starts the workflow (for example, a schedule event is saved underfilled, a task becomes overdue, a sync job fails)
- Conditions — the criteria that must be true for the workflow to run (for example, the underfilled event is more than 2 hours away, the task is assigned to a specific team)
- Actions — what the workflow does when triggered (create an Inbox follow-up, create a task, send an in-app notification, dispatch a notification pipe, queue a provider sync retry)
- Safety tier — whether the action requires admin review before executing, or is eligible for guarded auto-execution
Template library
All workflows start from the template gallery. Templates are organized by operating domain:Employee lifecycle and document follow-up
Employee lifecycle and document follow-up
Schedule coverage gaps
Schedule coverage gaps
Timecard review
Timecard review
Stale Inbox and overdue tasks
Stale Inbox and overdue tasks
Resource acknowledgements and training follow-up
Resource acknowledgements and training follow-up
Integration triage and provider connection follow-up
Integration triage and provider connection follow-up
Payroll readiness and handoff review
Payroll readiness and handoff review
Account lifecycle and capacity review
Account lifecycle and capacity review
Building a workflow
Open the template gallery
Review the template summary
Create from the template
Configure the builder sections
Run a dry test
Enable the workflow
Workflow status meanings
Monitoring run history
Open Run History
Review run details
Use source links
Retrying failed runs
Find the eligible failed run
Confirm the underlying issue is resolved
Review idempotency evidence
Retry
Pausing and emergency pause
Pausing an individual workflow
Select Pause on an enabled workflow when its output should stop. A paused workflow does not process new events until you resume it. Use this when you need to reconfigure a workflow, investigate unexpected output, or temporarily suspend automation during a sensitive operational period.Emergency pause
The Safety tab includes an organization-wide emergency pause control. When emergency pause is active, all restricted workflow actions across the organization are held until an authorized admin resumes them. Use emergency pause only when you need to stop all automation immediately — for example, during an incident where workflow output could make things worse.Safety posture
Workflows operate under two safety postures:- Review-first (default): The workflow creates a task, Inbox item, or notification that surfaces the situation for a human to act on. No domain records are directly mutated by the workflow.
- Restricted auto-approve / guarded auto-execute: A narrow set of eligible actions can be auto-executed when you have explicitly authorized the path, the saved rule version is confirmed, and the safety evidence passes. This requires additional authorization and is not available by default.
Troubleshooting
The template gallery loads with a warning
The template gallery loads with a warning
Retry is disabled on a failed run
Retry is disabled on a failed run
Run History is empty for an enabled workflow
Run History is empty for an enabled workflow
A workflow appears to have produced duplicate output
A workflow appears to have produced duplicate output
An adapter fails with no clear error
An adapter fails with no clear error