Isolated runs
Best for reports, audits, one-shot automation jobs, and bounded research tasks that should stand on their own.
Use this page when you need to choose between current-session work, named or persistent session work, isolated runs, and subagent delegation for OpenClaw workflows.
Use the current session when the task belongs directly in the active conversation and live context is part of the value.
Persistent session routing is useful when a workflow should keep accumulating context instead of starting fresh every time.
Best for reports, audits, one-shot automation jobs, and bounded research tasks that should stand on their own.
Best for research side quests, coding or testing side tasks, and investigations with clear output boundaries.
Cron decides when work runs, session routing decides where context lives, and subagents decide whether a child task should branch off.
Good handoffs answer what should exist next, what status it is in, what verification already happened, and what action belongs to the next lane.
session:<id> or current-bound recurring flowcurrent or session:<id>