Skip to main content
Introduce decision points between steps using a handler that can STOP or CONTINUE.

Triage Example

  • STOP: Returns the triage output to the caller immediately.
  • CONTINUE: Feeds the returned value as input to the next step.