MAX_SCRIPT_CALL_DEPTH

Section

FORM

Initial Value

10

Units

N/A

Range

>0

Description

Defines the maximum recursive depth for calling scripts from scripts. The default is 10 which means that you can call out recursively up to 10 scripts. Therefore, if you have 10 scripts (script1, script2, and so on) you can use the CALL expression in script1 to call script2 and script2 can call script3 and so on up to script10.

See “Creating Scripts” in TIBCO iProcess Modeler Advanced Design for more information about using scripts.

Tuning

N/A