{
  "topic": "errors.TRANSITION_NOT_FOUND",
  "path": [
    "errors",
    "TRANSITION_NOT_FOUND"
  ],
  "title": "TRANSITION_NOT_FOUND — workflow transition does not exist",
  "synopsis": "Entity workflow state machines define explicit transitions between states. This error fires when a transition is triggered that does not exist in the model's workflow definition for the entity's current state. Also occurs when the transition name is misspelled or when the entity is in a terminal state that allows no further transitions.",
  "body": "# errors.TRANSITION_NOT_FOUND\n\n## NAME\n\nTRANSITION_NOT_FOUND — the requested workflow transition is not defined for the entity's current state.\n\n## SYNOPSIS\n\nHTTP: `404` `Not Found`. Retryable: `no`.\n\n## DESCRIPTION\n\nEntity workflow state machines define explicit transitions between states. This error fires when a transition is triggered that does not exist in the model's workflow definition for the entity's current state. Also occurs when the transition name is misspelled or when the entity is in a terminal state that allows no further transitions.\n\nNot retryable. The workflow definition and the entity's current state determine which transition names are valid.\n\n## SEE ALSO\n\n- errors\n- errors.WORKFLOW_NOT_FOUND\n- errors.WORKFLOW_FAILED\n",
  "sections": [
    {
      "name": "NAME",
      "body": "TRANSITION_NOT_FOUND — the requested workflow transition is not defined for the entity's current state."
    },
    {
      "name": "SYNOPSIS",
      "body": "HTTP: `404` `Not Found`. Retryable: `no`."
    },
    {
      "name": "DESCRIPTION",
      "body": "Entity workflow state machines define explicit transitions between states. This error fires when a transition is triggered that does not exist in the model's workflow definition for the entity's current state. Also occurs when the transition name is misspelled or when the entity is in a terminal state that allows no further transitions.\n\nNot retryable. The workflow definition and the entity's current state determine which transition names are valid."
    },
    {
      "name": "SEE ALSO",
      "body": "- errors\n- errors.WORKFLOW_NOT_FOUND\n- errors.WORKFLOW_FAILED"
    }
  ],
  "see_also": [
    "errors",
    "errors.WORKFLOW_NOT_FOUND",
    "errors.WORKFLOW_FAILED"
  ],
  "stability": "stable",
  "actions": []
}
