pipeline_advance
Advance a pipeline to the next or specified stage, with optional bypass of exit conditions.
Instructions
Advance the pipeline to the next (or specified) stage.
When force=False, exit conditions are evaluated before advancing. When force=True, exit checks are skipped (Leader override).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Skip exit condition checks (default False) | |
| task_id | Yes | Task ID with an active pipeline | |
| target_stage | No | Explicit target stage; if omitted, auto-selects next in sequence | |
| triggered_by | No | Source of advance — "manual" / "auto" / "force" / "system" | manual |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||