delimit_task_complete
Mark a task complete, record effort and errors, then retrieve the next task for continuous workflow execution.
Instructions
Mark current task done and get the next one (Pro).
Records completion, updates session metrics, returns the next task. The loop continues until a STOP signal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The ledger item ID that was completed (e.g. LED-042). | |
| result | No | Summary of what was done. | |
| cost_incurred | No | Estimated cost of this iteration (dollars). | |
| error | No | If the task failed, describe the error. | |
| session_id | No | The loop session to update. | |
| venture | No | Project name or path. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||