Groovy Playground Features

Groovy Playground Features

Introduction

The Groovy Playground allows you to create and execute Groovy scripts using sample input documents in a contained environment.

Configurations


  1. On the Aspire Admin UI, go to the tools tab (expand the tab).

  2. Go to the Groovy Playground tab.

  3. Groovy Script:  Write the groovy script.

  4. 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.

  5. 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.