For transient failures
Use retry with backoff when the workflow design is sound but the failure looks temporary.
Use this page when you need to diagnose weak OpenClaw automations by symptom, identify the likely workflow-design cause, and choose the smallest effective recovery action.
Ask what actually happened:
Use retry with backoff when the workflow design is sound but the failure looks temporary.
Move the work to current, isolated, or named session form when the problem is where context lives.
Restart or reroute the blocked stage when no real artifact changed and the workflow is effectively stalled.
If one stage is broken, recover that stage first and preserve upstream work that is already good.
Debugging is much easier when workflows leave receipts: final files, validated paths, status changes, handoff artifacts, run history, or explicit queue states. If the automation does not expose enough evidence, improving observability may be part of the repair.