|
Using callProcessTemplate element in the page configuration file, a call to a process template can be defined.
<processTemplateCall name="" if="" beforeDS="" errorPage="" debugLevel="" />
|
Attribute
|
MScript
|
Description
|
name
|
-
|
The name of the processTemplate element to call
|
if
|
-
|
The precondition (MScript expression) to call the process template
|
beforeDS
|
ü
|
If the value of this attribute is true then the calling of the process template is made before the invoking the data service classes.
|
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.
|
|