Flows
A Business Flow is { metadata, steps } executed by FlowRunner.
Marketplace Apps declare flows as YAML under workflows/ — they compile
into this same model (ask → tool → condition → approval /
challenge → complete). See Solution workflows.
External systems may also advertise flows from the SDK (app.flow). The
Runtime still executes them; tools run through an SDKAdapter.
| Topic | Doc |
|---|---|
| Marketplace App YAML | Solution workflows |
| Declare in SDK | Define Business Flows |
| Execution semantics | Run Business Flows |
| Event / schedule entry | Event-Driven Triggers |