Execute Processing Batch
execute_processing_batchRun a QGIS processing algorithm multiple times with different parameter sets in one batch, returning per-run results with status.
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 |