Record Action Outcome
record_outcomeLog action transitions between visual states, updating transition statistics with success, duration, and action type to track UI workflow outcomes.
Instructions
Log an action transition between two visual states and update transition statistics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action description | |
| success | Yes | Whether action succeeded | |
| git_branch | No | Active git branch | |
| action_type | No | Category of UI action | |
| duration_ms | No | Action duration in ms | |
| to_state_id | Yes | Destination state ID | |
| from_state_id | Yes | Source state ID | |
| response_format | No |