# errors.WORKFLOW_NOT_FOUND

## NAME

WORKFLOW_NOT_FOUND — the workflow definition referenced by the entity model or the request does not exist.

## SYNOPSIS

HTTP: `404` `Not Found`. Retryable: `no`.

## DESCRIPTION

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.

Not retryable. Associating a model with a workflow requires the workflow to exist in the tenant's registry.

## SEE ALSO

- errors
- errors.TRANSITION_NOT_FOUND
- errors.WORKFLOW_FAILED
