report_completion
Reports workflow step completion by submitting an execution ID, status, metrics, file changes, and notes to track progress and results within the automation pipeline.
Instructions
Report completion of a workflow step with metrics and results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Additional notes about the step completion | |
| status | Yes | Status of the step completion | |
| metrics | No | Metrics for the completed step | |
| executionId | Yes | ID of the workflow execution | |
| filesCreated | No | List of files created during this step | |
| filesModified | No | List of files modified during this step |