loop_advance
Move a team's workflow to the next phase using triggers such as tasks_planned or batch_completed. Provide team ID and trigger to advance the loop.
Instructions
Advance the loop to the next phase.
Available triggers:
tasks_planned: Planning done -> Execute
batch_completed: A batch of tasks completed -> Monitor
all_tasks_done: All completed -> Review
issues_found: Issues found -> Return to Execute
all_clear: All clear -> Review
new_tasks_added: New tasks added -> Re-plan
no_more_tasks: No more tasks -> Idle
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | Yes | Team ID or name | |
| trigger | Yes | Trigger name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||