Execute Processing Batch
execute_processing_batchRun a QGIS processing algorithm repeatedly for each set of parameters in a list, returning individual results with success or error status. Use to process multiple inputs in a single batch operation.
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 |