qgis_run_algorithm
Execute a Processing algorithm on the current project, passing parameters directly to processing.run to create or modify geospatial data.
Instructions
Run a Processing algorithm against the open project.
parameters is passed straight through to processing.run, so check
qgis_algorithm_help first to see what it expects. Like qgis_run_python,
this can create, overwrite, or delete data - treat it as an operation that
needs the user's go-ahead before running anything that writes files or
modifies existing layers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parameters | Yes | ||
| algorithm_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||