Groovy Playground Features
Introduction
The Groovy Playground allows you to create and execute Groovy scripts using sample input documents in a contained environment.
Configurations
On the Aspire Admin UI, go to the tools tab (expand the tab).
Go to the Groovy Playground tab.
Groovy Script: Write the groovy script.
Input document: You can use a sample Aspire object for testing your script; we can put it here.
Important: The Aspire object must be in XML format.Result and groovy output: You can see the result of the script. There is also the output of the console.
Important: If the script is invalid or crashes, you'll see the stack trace in the error section.