automation_step_status_transition_invalid
The step cannot move from its current state to the one requested. It is what stops a finished step from being claimed twice, and that guard is what makes a replay produce each effect only once.
| Code | Type | HTTP | Category |
|---|---|---|---|
automation_step_status_transition_invalid | invalid_request_error | 422 | Automations |
Cause
The step cannot move from its current state to the one requested. It is what stops a finished step from being claimed twice, and that guard is what makes a replay produce each effect only once.
What to do
Read status on the step; if you want its effect to happen again, ask for a replay instead of forcing the state.
Related
All Automations error codes
Causes and actions for errors in this category.
Error codes by category
Find an error by the category that emits it.
Full reference table
All codes, HTTP statuses, types and descriptions in one reference.
Error model
Interpret the error envelope and handle errors by code.