Create a JavaScript Probe activity
-
- UpdatedAug 3, 2023
- 4 minutes to read
- Vancouver
- Orchestration
Create a JavaScript Probe activity to instruct a MID server to execute server-side javascript.
Before you begin
Role required: activity_creator or workflow_admin
About this task
The JavascriptProbe activity has the same functionality as making ‘Packages’ calls into standard Java libraries. It allows you to have more control over the Java libraries on the MID Server. You can load your own JAR files on the MID Server and have the JavascriptProbe make Package calls into those java files.
Procedure
What to do next
Finish creating your JavaScript probe activity by creating output variables, creating a parsing rule, or Conditions. Refer to the create custom activities topic to know your template options.
JavaScript probe template execution parameters
You use execution parameters to create the input process script in the Preprocessing form of the activity designer.
executionParam.
prefix with all variables in
this table.JavaScript probe template post-processing parameters
Use these parameters to create a post-processing script.
Configure the JavaScript Probe execution command
Use the input variables you created to configure the command that Orchestration executes on the JavaScript Probe target host.
Before you begin
Role required: activity_creator, admin
Procedure