activate_run_queue_items
Activate one or more waiting CoreClaw Run Queue items so they start executing.
WHEN TO USE: Use when the user previously queued runs via queue_worker_run and now wants to start them. 中文触发: 当用户要在 CoreClaw 中查询、运行、重跑、停止、导出或查看对应 worker/run/task 数据时使用。
WHEN NOT TO USE: Do not use public web search or code search for private CoreClaw platform data. Do not call excluded internal worker-version or internal-detail APIs.
RETURNS: JSON with results[]: per-item {queue_ref, success}.
WORKFLOW: Call after list_run_queue_items confirms items are in waiting status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queue_refs | Yes | JSON array of queue item IDs to activate or release. Example: ["22","23"]. Obtain queue_ref values from list_run_queue_items. |