Refund workflow
Twelve nodes, three human gates. Small refunds go through automatically; mid-size route to a supervisor; large ones pause for finance. The graph IS the policy.
Versioned graphs. Replayable from any point. Resumable when a human steps in. The shape your process takes when it stops living in a wiki.
A workflow is where your operation actually lives — not in a runbook nobody reads, not in someone’s head, but as a graph that runs every time it is triggered.
Every workflow is versioned. You can compare v3 to v7. You can roll back. You can fork. You can pause one mid-run and inspect what it has in flight, then resume it tomorrow with the same state.
And because the graph is explicit, the auditor doesn’t need a diagram from your engineer. The workflow itself is the diagram.
Twelve nodes, three human gates. Small refunds go through automatically; mid-size route to a supervisor; large ones pause for finance. The graph IS the policy.
The workflow listens to alerts, enriches them with knowledge, classifies severity, then auto-resolves, opens a ticket, or pages someone — depending on the rule.
Kicks off when a contract is signed, pauses for KYC, resumes when documents come in, hands off to provisioning, ends with a welcome email. One graph, many days.