processTemplateCall
Using callProcessTemplate element in the page configuration file, a call to a process template can be defined.
<processTemplateCall name="" if="" exeOrder="" errorPage="" debugLevel="" />
The attributes of "processTemplateCall" element
Attribute
MScript
Description
name
-
The name of the processTemplate element to call
if
The precondition (MScript expression) to call the process template
exeOrder
ü
exeOrder (since v4.2)
The value of this attribute determines the time that this template call is made.
The valid values:
"0" - Before processes. The template is called before executing any command given from this page.
"1" - Before Data Sources. The template is called before the data sources required by this page are triggered.
"2" - After Data Sources. The template is called after the data sources required by this page are triggered.
errorPage
The name of the page to be displayed next if maximum completion code of the process template >= 12.
debugLevel
Assign a value between 1 and 3 to debug the execution flow of the Process Manager.