aem_groovy_execute
Run Groovy scripts on AEM instances to automate maintenance tasks, using direct script input or existing script paths.
Instructions
Execute Groovy scripts on AEM instances via Groovy Console for maintenance and automation tasks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script | No | Groovy script content to execute directly (required if scriptPath not provided) | |
| timeout | No | Execution timeout in milliseconds (optional, default 30000) | |
| scriptPath | No | Path to existing script on AEM instance (required if script not provided) | |
| instanceAlias | No | AEM instance alias or URL from configuration |