Workflows Introduction
Bootspring workflow orchestration is handled by the orchestrator command family, not the old workflow top-level command.
Core Commands
Loading code block...
Typical Flow
- List available workflow packs:
Loading code block...
- Inspect one workflow:
Loading code block...
- Start it:
Loading code block...
- Advance and monitor:
Loading code block...
Completion Signals
Some workflows support checkpoint signals:
Loading code block...
Or for the active workflow:
Loading code block...
When to use Build vs Loop vs Orchestrator
- Use
buildfor task-queue execution from planning artifacts. - Use
loopfor autonomous repeated execution sessions. - Use
orchestratorfor workflow packs and intelligent multi-phase coordination.