Cycle now includes steps to execute simple Groovy statements inline as well as execute complex Groovy scripts.
The 2 Cycle steps that execute Groovy are:
I execute Groovy "<GROOVY_STATEMENTS>"
I execute Groovy script "<GROOVY_SCRIPT_FILE>"
Creating Groovy scripts can be challenging and take a little practice. We are building the Knowledge Base to include commonly used Groovy functions withing Cycle.
If you don’t find a Knowledge Base article for what you are trying to accomplish, here are a few places to look for Groovy help.
Contains extensive information including downloads, tutorials, Classes and Methods, guides and documentation
Popular user forum to search for answers to specific technical questions. More than likely you will find someone else has asked what you need to know and there is already a solution.
Disclaimer: This is a forum so use the suggestions here with caution. Cycle Labs is not responsible for anything on this site.
Open source IDE to develop and test Groovy script files before using them in Cycle. Unlike with Cycle you will need to Groovy installed locally to use. This is one of many IDE options.
https://www.jetbrains.com/idea/download/