Monitoring and audit
Once a workflow is active you need to answer two questions on demand: did it run, and did the customer get the intended outcome.
Where the answers live
The two questions are answered in different places, and it is worth knowing which before you go looking:
Trace a single case
Start from the trigger, since it is the record that links a workflow to a specific invoice or payment:
No trigger means the workflow never matched, so check its status, its customer scope, and whether the event actually fits the variant. A trigger with no email behind it means the workflow matched but the action did not complete. A trigger carries no result of its own, so the next step is the action configuration. Actions have their own status, and an inactive action on an active workflow produces triggers that do nothing:
Execution statuses
The executions table in Desk reports the outcome of each action against a trigger:
Alongside them the table reports whether an action that did run completed or failed, with the reason on the failed row.
PENDING and NOT_EXECUTED are the distinction worth reading carefully: an action skipped by its conditions has reached a final state and will not run for that trigger, where a pending one still will. Both look like “no email” from the customer’s side.
Common failure causes
Via Desk
A workflow’s detail page includes a table of its action executions with the result and error message for each run. This is the only place execution outcomes are available, so it is where you start when a trigger exists but the customer got nothing.