[Visual: Workflow Node Canvas]
Visual workflow canvas
Compliance and operations teams draw High-Risk EDD flows, Account Restriction flows, and other regulatory paths on a drag-and-drop canvas. Triggers, branches, and terminal actions are wired visually, no deployment pipeline or hand-authored scripts.
This layer is the contract for automation: it defines which events may start a run and which tools the stack may call. Guardrails are fixed before the Orchestrator executes, not inferred at runtime.
- 01Trigger graph: eligible entry conditions (risk tier, PEP flags, jurisdiction, product).
- 02Tool allow-list: Vault scopes, vector corpora, and draft generators the agent may invoke.
- 03Versioned workflow definition: immutable reference the Orchestrator must satisfy per run.