worker_update
Report worker progress and status updates to the orchestration scratchpad, enabling real-time tracking of actions and results.
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 |