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#

  1. List available workflow packs:
Loading code block...
  1. Inspect one workflow:
Loading code block...
  1. Start it:
Loading code block...
  1. 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 build for task-queue execution from planning artifacts.
  • Use loop for autonomous repeated execution sessions.
  • Use orchestrator for workflow packs and intelligent multi-phase coordination.