run_batch
Run multiple ArcGIS Pro commands in a single round trip for multi-step workflows; optionally continue after failed steps.
Instructions
Run several commands in one round trip -- much faster for multi-step workflows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commands | Yes | e.g. [{"command": "set_layer_visibility", "params": {"layer_name": "roads", "visible": true}}]. | |
| continue_on_error | No | Keep going after a failed step instead of stopping. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |