Errors
TARGET_NOT_FOUND
A wake envelope named a target absent from the runtime entry.
What failed
Runtime wake delivery could not find the flow or task target named by durable work.
Why
The target may have been renamed, removed, not exported, or omitted from the generated or hand-written runtime entry file.
What still works
Other targets in the same runtime entry can continue processing. The affected work is blocked instead of retried blindly.
Fix
Restore/export the target or regenerate artifacts:
crux runtime generate
crux runtime inspect <workId>After fixing the target, retry blocked work with crux runtime retry <workId>.