automation_run_status_transition_invalid
The run cannot move from its current state to the one requested: the life cycle of a run only admits the transitions its state declares.
| Code | Type | HTTP | Category |
|---|---|---|---|
automation_run_status_transition_invalid | invalid_request_error | 422 | Automations |
Cause
The run cannot move from its current state to the one requested: the life cycle of a run only admits the transitions its state declares.
What to do
Read status on the run before acting; a run that already finished does not go back to being in progress.
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.