{
  "topic": "errors.WORKFLOW_NOT_FOUND",
  "path": [
    "errors",
    "WORKFLOW_NOT_FOUND"
  ],
  "title": "WORKFLOW_NOT_FOUND — workflow definition does not exist",
  "synopsis": "Entity models reference a workflow by name to govern state transitions. This error is returned when the named workflow cannot be found in the tenant's workflow registry, during entity type registration or when a model references a workflow that was deleted.",
  "body": "# errors.WORKFLOW_NOT_FOUND\n\n## NAME\n\nWORKFLOW_NOT_FOUND — the workflow definition referenced by the entity model or the request does not exist.\n\n## SYNOPSIS\n\nHTTP: `404` `Not Found`. Retryable: `no`.\n\n## DESCRIPTION\n\nEntity models reference a workflow by name to govern state transitions. This error is returned when the named workflow cannot be found in the tenant's workflow registry, during entity type registration or when a model references a workflow that was deleted.\n\nNot retryable. Associating a model with a workflow requires the workflow to exist in the tenant's registry.\n\n## SEE ALSO\n\n- errors\n- errors.TRANSITION_NOT_FOUND\n- errors.WORKFLOW_FAILED\n",
  "sections": [
    {
      "name": "NAME",
      "body": "WORKFLOW_NOT_FOUND — the workflow definition referenced by the entity model or the request does not exist."
    },
    {
      "name": "SYNOPSIS",
      "body": "HTTP: `404` `Not Found`. Retryable: `no`."
    },
    {
      "name": "DESCRIPTION",
      "body": "Entity models reference a workflow by name to govern state transitions. This error is returned when the named workflow cannot be found in the tenant's workflow registry, during entity type registration or when a model references a workflow that was deleted.\n\nNot retryable. Associating a model with a workflow requires the workflow to exist in the tenant's registry."
    },
    {
      "name": "SEE ALSO",
      "body": "- errors\n- errors.TRANSITION_NOT_FOUND\n- errors.WORKFLOW_FAILED"
    }
  ],
  "see_also": [
    "errors",
    "errors.TRANSITION_NOT_FOUND",
    "errors.WORKFLOW_FAILED"
  ],
  "stability": "stable",
  "actions": []
}
