Run Scripts
This handler (com.rierino.handler.ScriptLoadedEventHandler) provides ability to execute stored scripts using Javax engines.
Handler Parameters
Parameter
Definition
Example
Default
Actions
Process / ProcessScript
Parameter
Definition
Example
Default
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Run Scripts Process/ProcessScript action eventMeta.parameters",
"type": "object",
"properties": {
"eventMeta": {
"type": "object",
"properties": {
"parameters": {
"type": "object",
"properties": {
"dynamicHandler": {
"type": "string",
"definition": "Name of the code handler to execute request",
"example": "custom_handler",
"default": null
},
"dynamicAction": {
"type": "string",
"definition": "Name of the action to call on code handler",
"example": "CustomCalculate",
"default": null
}
}
}
}
}
}
}Last updated

