run_nodes
Run specific nodes in a workflow for testing. Predecessor nodes are auto-mocked from their last output (missing upstream outputs resolve empty, not an error). Nodes run sequentially in order. SIDE EFFECTS: the target node really executes — don't run write/send/payment nodes without user approval. A node wired into an agent (tool-provider) returns its tool metadata, not an execution. Returns [{node_id, type, success, status: success|error|empty, output|error}] plus a node_states map; set return_output=true for full output instead of a truncated preview (or fetch it via get_node_output).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_ids | Yes | ||
| workflow_id | Yes | ||
| return_output | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||