Batch operations
batch_operationsRun create, connect, and setParam operations in sequence with fail-forward behavior. Reference earlier created nodes by name in later operations.
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 |
|---|---|---|---|
| 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. | |
| default_parent | No | Parent path for `create` operations that omit `parent_path`. | /project1 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes | ||
| warnings | Yes | ||
| default_parent | Yes |