Main
--session main
Best for reminders and wakeups that belong in the main assistant flow.
Use this page when you need to choose between exact-time scheduling and context-aware periodic work in OpenClaw.
Cron is the right tool when the important thing is when the workflow fires.
Heartbeat is better when the job should wake periodically, inspect the current situation, and decide whether anything needs action.
--session mainBest for reminders and wakeups that belong in the main assistant flow.
--session isolatedBest for dedicated jobs that should produce their own bounded result.
--session current or session:<id>Best when recurring work should keep building on the same context over time.
mainisolatedcurrent or session:<id>