openclaw_node_pending_pull
Removes and retrieves pending work items from a node's queue to drain assigned tasks.
Instructions
Pull pending work items destined for a node (queue drain). Wraps node.pending.pull. Read-and-mutate (work items leave the pending queue).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | Node id | |
| instance | No | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances with openclaw_setup_list. |