Execute Processing Batch
execute_processing_batchRun a single QGIS algorithm repeatedly on multiple input sets, tracking each result's success or error status. Ideal for batch processing identical tasks across varied parameters.
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 |