Scripting | ||
---|---|---|
Previous | Next | |
Misc | SQL |
This action enables allows to run a script as part of the action. This action provides scripting capabilities using the built-in Java scripting and supports Groovy, JavaScript (Rhino) and Jython languages.
When using this action, you must specify the language used for scripting in the
Scripting Language parameter and the script code in the action
code in the expression editor. This code does not need to be enclosed between the
%e(<language>){...}e(<language>)%
tags, and can use variables.
Name | Mandatory | Default | Description |
---|---|---|---|
Scripting Language | Yes | Name of the scripting language: rhino, groovy or jython. | |
Scripting Connection | No | Name given to the scripting context shared across different actions. |
This action enables allows to run a script as part of the action. This action provides scripting capabilities using the embedded Bean Scripting Framework and supports Groovy, JavaScript (Rhino), Jython and Java (Beanshell) languages.
When using this action, you must specify the language used for scripting in the
Scripting Language parameter and the script code in the action
code in the expression editor. This code does not need to be enclosed between the
%e(<language>){...}e(<language>)%
tags, and can use variables.
Name | Mandatory | Default | Description |
---|---|---|---|
Scripting Language | Yes | Name of the scripting language: rhino, groovy, beanshell or jython. | |
Scripting Connection | No | Name given to the scripting context shared across different actions. |
Previous | Top | Next |
Misc | SQL |