Configuring VTA Actions to Run Scripts
You can configure actions that the script runner processor performs on events. For example, you can set up an action to run either an external script or a JavaScript program.
To configure actions for the script runner processor:
- In the VTA Configuration Manager navigation pane, select Edit.
- Under Current Configuration, click Actions.
A list of actions appears. For example:

- To add an action, enter a name for the action in the New
Quota VTA Actions field, and click Create.
The action configuration screen appears.

- Select ScriptRunner in the Processor field, and click Save. (If ScriptRunner does not appear in the drop-down
list, enable the script runner processor.)
An expanded configuration screen for the action appears.

- Fill in the fields described in this section.
RunJavaScript Fields
Processor
- Processor for which you are configuring the action.
- Value—ScriptRunner (If ScriptRunner does not appear in the drop-down list, enable the script runner processor.)
- Default—No value
Function
- Function calls that the script runner processor invokes.
- Value
- ExecExtScript—Runs an external script defined in the processor. It provides any defined ReturnAttribute attribute for the corresponding script as output by adding the attribute to the event.
- ExecJavaScript—Runs a JavaScript defined in the processor. It provides any defined ReturnAttribute attribute for the corresponding script as output by adding the attribute to the event.
- Default—No value
Parameter Name
- Parameters to pass to the processor.
- Value
- For external scripts:
- ScriptName—Name of the script
- Parameters that you declared in the script
- For JavaScripts:
- ScriptName—Name of the script
- For external scripts:
Parameter Content
- Parameter values to pass to the processor.
- Value
- For ScriptName parameters—Name of the script
- For other parameters—Values of parameters that you declared in the script
Abort On Error
- Disables or enables and sets the processing in response to an error.
- Value
- Break—Stop processing the current event.
- Continue—Continue with the next action, if any, in the same event handler.
- Next Event Handler—Continue with the next event handler (if any).
- Default—No value
