Errors

DSAR-BE-1402: LIFECYCLE_STATUS_UNKNOWN

Meaning

The current lifecycle status value is not recognized by the transition state machine.

Probable Causes

  • Persistence contains legacy or corrupted status value.
  • Manual data mutation introduced unsupported status.

How to Fix

  1. Normalize persisted lifecycle status to supported values.
  2. Add migration for legacy status strings before transition calls.

Retryable

No. Retry only after correcting stored lifecycle status.

Minimal Trigger Example