Run Scripts

These actions provide ability to execute stored scripts using Javax engines.

Run Scripts Actions

Process / ProcessScript

Passes the requested event to a dynamic event handler for processing. Event metadata parameters applicable for this action are as follows:

Parameter
Definition
Example
Default

Dynamic Handler

Name of the code handler to execute request

custom_handler

-

Dynamic Action

Name of the action to call on code handler

CustomCalculate

-

chevron-rightExamplehashtag

Input

{
    "product": {
        "id": "product-1",
        "data": {
            "name": "Test Product"
        }
    }
}

Event Metadata

circle-info

All parameters applicable for the selected code handler are also passed on by ScriptLoadedEventHandler.

Last updated