Execute Processing Batch
execute_processing_batchRun a QGIS processing algorithm on multiple parameter sets in one batch. Returns individual success or error status for each run.
Instructions
Run one algorithm once per parameter dict in 'parameters_list'. Returns a per-run result with index and success/error status. Use for applying the same operation over many inputs in a single round-trip.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| algorithm | Yes | ||
| parameters_list | Yes |