Skip to main content
output nodes mark the end of a path through a workflow. A workflow can have many — typically one per resolution class (APPROVED, IN_REVIEW, REJECTED, REPORTED_TO_REGULATOR, …).

Configuration

When to use returnAllFields: true

  • Sub-flows that pass their entire output downstream.
  • Audit-heavy terminals that benefit from the full evidence pack on the decision (KYB approvals, regulator submissions).
Otherwise prefer an explicit schema — the decision record stays compact and the audit export bundles read better.

Common terminal labels