worker_update
Report worker name, status, iteration, action, result, extracted data, and errors to the orchestration scratchpad to track progress.
Instructions
Report worker progress to the orchestration scratchpad.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workerName | Yes | Name of the worker | |
| status | No | Worker status | |
| iteration | No | Current iteration number | |
| action | No | Action being performed | |
| result | No | Result of the action | |
| extractedData | No | Data extracted so far | |
| error | No | Error message if any |