Enumerates the boundary behaviors for transitions that cross execution boundaries.
Overview of FlowBoundaryBehavior goes here.
| Name | Value | Description |
|---|---|---|
| Sync | 0 | Controller waits for system response. |
| Async | 1 | Fire-and-forget across boundary. |
| EventBridge | 2 | System emits event back to controller via a command. |