Rewire Node
node-red-flows-rewire-nodeRewires connections for a node in a flow tab, validating target IDs before updating.
Instructions
Replace wire connections for a specific node in a flow tab. Validates all target IDs exist in the flow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wires | Yes | New wire connections as an array of port arrays | |
| flowId | Yes | ID of the target flow tab | |
| nodeId | Yes | ID of the node to rewire | |
| expectedRev | No | Optional revision guard for conflict detection |