Run Scripts
This handler (com.rierino.handler.ScriptLoadedEventHandler) provides ability to execute stored scripts using Javax engines.
Handler Parameters
Parameter
Definition
Example
Default
code.state
Name of the state manager storing code definitions
customJSCodes
handler_code
code.domain
Category of codes within the code state manager that can be used by this handler
custom_calculation
-
Actions
Process / ProcessScript
Passes requested event to dynamic event handler for processing. Event metadata parameters applicable for this action are as follows:
Parameter
Definition
Example
Default
dynamicHandler
Name of the code handler to execute request
custom_handler
-
dynamicAction
Name of the action to call on code handler
CustomCalculate
-
Last updated