report_outcome
Report a job's outcome (success, failure, partial, expired) to update the Maiat trust oracle.
Instructions
Report the outcome of a job after executing it. This feeds the Maiat trust oracle with real outcome data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | The job ID to report outcome for | |
| outcome | Yes | The outcome of the job | |
| reporter | No | Address of the reporter (optional) | |
| note | No | Free-form note about the outcome (optional) |