The Orchestrator scripting engine helps you to import available parameters into scripts.

If you have already defined parameters for the element you are editing, they appear as links in the Scripting tab toolbar.

A scripted element is open for editing and its Scripting tab is open.

1

Move the cursor to the appropriate position in a script in the scripting pad of the Scripting tab.

2

Click the parameter link in the Scripting tab toolbar.

Orchestrator inserts the parameter at the position of the cursor.

3

Insert a parameter with a null value into the script.

If you pass null values to primitive types such as integers, Booleans, and Strings, the Orchestrator scripting API automatically sets the default value for this argument.

You added parameters to the script.

Add access to Java classes in scripts.