workflow_track
Record workflow execution outcomes—success, failure, partial, or aborted—with optional notes, duration, and error details. Aggregates update automatically for tracking.
Instructions
Record a workflow execution outcome. Outcome ∈ {success|failure|partial|aborted}. Aggregates update automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| outcome | Yes | ||
| duration_ms | No | ||
| workflow_id | Yes | ||
| error_details | No |