Skip to main content

Workflows

Workflows are signed recipes. They are stored under Workflows, do not take slots, and run only when their member deployments are ready.

KindUse it forEdge behavior
LinearA then BThe next stage receives the prior result.
Fan-outSeveral specialists in parallelThe parent waits for all selected branches.
ChoiceOne selected branchThe condition selects the matching specialist.
Phone callA living agent calls BThe call must be declared in the envelope and both deployments must be ready.

Children are deployed before the parent. A standalone agent cannot call another agent outside the envelope. There is no for-each, wait, delay, join-any, or native human-in-the-loop path in this release. A local multi-stage agentpaas run is fail-closed; use the cloud envelope path for staged execution.