signal_step_complete
Notify the orchestrator that a specific pipeline step has finished execution, allowing the workflow to proceed.
Instructions
Signal that a pipeline step is complete (called BY agents running inside pipeline steps).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Project directory. Defaults to current working directory. | |
| json | No | Return pure JSON string instead of Markdown format. | |
| output | No | Optional output message or result. | |
| run_id | No | Pipeline run ID for precise targeting. Provided in the task prompt. | |
| step_name | Yes | Name of the completed step. |