Configurations
Config
Default configuration
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Name |
String |
The name for this configuration. Connectors reference the configuration with this name. |
x |
Operations
Execute
Run a script with provided code, according to the engine and passing parameters.
Parameters
Name | Type | Description | Default Value | Required |
---|---|---|---|---|
Code |
String |
the script source code to be executed |
x |
|
Engine |
String |
name of the scripting engine for running ths script |
x |
|
Parameters |
Object |
variables provided to the script as bindings |
|
|
Target Variable |
String |
The name of a variable on which the operation's output will be placed |
|
|
Target Value |
String |
An expression that will be evaluated against the operation's output and the outcome of that expression will be stored in the target variable |
#[payload] |
|
Output
Type |
Any |
Attributes Type |
Any |
Throws
-
SCRIPTING:COMPILATION
-
SCRIPTING:UNKNOWN_ENGINE
-
SCRIPTING:EXECUTION