Lifecycle and the failure boundary

a Ready owner crash ends in Unavailable — it is not automatic failover

Lifecycle and the failure boundary a Ready owner crash ends in Unavailable — it is not automatic failover ContinueOrderWorkflowReq Replay existing stream Folded OrderState ContinueOrderWorkflowRes (after running only the next valid step) Caller · Sequence participant Caller OrderWorkflow · / Order Spot · Sequence participant OrderWorkflow / Order Spot Order Event Store · Sequence participant Order Event Store

Self-message fallback (see report for rationale)

  • • mermaid has a self-message 'Workflow->>Workflow: Run only the next valid step' between the Events reply and ContinueOrderWorkflowRes. archify sequence messages route between two distinct participant columns; a from==to self-message was dropped as a separate arrow and its meaning folded into the ContinueOrderWorkflowRes label above.

Ready owner crash is not automatic failover

  • • mermaid Note over Caller,Workflow (positioned at the end): 'Ready owner crash is not automatic failover.' A Ready owner process failure ends the current operation in Unavailable; only a new attempt follows a separate policy — no new object is created on a different node automatically.