Embbeded scripts in a workflow
in Adapter, Interlok
Using JSR223 languages in the adapter
Let’s take a look at some of the features that are available in the Adapter; today we’re going focus on scripting language support.
For a while now (since 2.7.0) you’ve been able to embed a script (using any JSR223 scripting language) as part of a service. You can either use EmbeddedScriptingService (where the script is inline in the XML) or ScriptingService (where you refer to the filename containing the script).