mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 05:01:15 +00:00
docs: add background tasks cross-references across 6 doc pages
Link to /automation/tasks from all pages that mention subagent runs, ACP runs, or detached background work: - tools/subagents.md: note that each sub-agent run is tracked as a background task - tools/acp-agents.md: note that ACP session spawns are tracked as background tasks - cli/index.md: link tasks section to doc page, add tasks audit subcommand - concepts/queue.md: note that detached lane runs are tracked as background tasks - gateway/configuration-reference.md: cron section cross-ref to tasks - help/faq.md: add tasks link to sub-agent offloading FAQ answer
This commit is contained in:
@@ -801,12 +801,13 @@ Notes:
|
||||
|
||||
### `tasks`
|
||||
|
||||
List and manage task runs across agents.
|
||||
List and manage [background task](/automation/tasks) runs across agents.
|
||||
|
||||
- `tasks list` — show active and recent task runs
|
||||
- `tasks show <id>` — show details for a specific task run
|
||||
- `tasks notify <id>` — send a notification for a task run
|
||||
- `tasks notify <id>` — change notification policy for a task run
|
||||
- `tasks cancel <id>` — cancel a running task
|
||||
- `tasks audit` — surface operational issues (stale, lost, delivery failures)
|
||||
|
||||
## Gateway
|
||||
|
||||
|
||||
Reference in New Issue
Block a user