Batch operations
batch_operationsRun multiple node creation, connection, and parameter setting operations in sequence, referencing names created earlier in the same batch.
Instructions
Run an ordered list of create / connect / setParam operations in one call (fail-forward, per-operation warnings; not transactional). Exposes the network builder as a general primitive — distinct from set_parameters_batch, which only sets parameters. Names created earlier can be referenced by later connect/setParam operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| default_parent | No | Parent path for `create` operations that omit `parent_path`. | /project1 |
| operations | Yes | Ordered list of create / connect / setParam operations. Runs in order, fail-forward: a failing operation becomes a warning and the rest still run (not transactional). Names created earlier can be referenced by later connect/setParam operations. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| default_parent | Yes | ||
| results | Yes | ||
| warnings | Yes |