callQueryProcess

Top  Previous  Next

  <callQueryProcess name="" stepName="" if="" blockName="" recordFilter="" 
                    outputTo="" reset="" debugLevel="" >
    <param name="param1">value1</param>
    <!--
      nested call elements defined here are called for each output record 
      generated by the query process.
      -->
  </callQueryProcess>

 

The attributes of "callQueryProcess" element

Attribute

MScript

Description

name

-

The name of the process element to call

stepName

-

The name of the step

if

-

The precondition (MScript expression) to execute call the process

blockName

ü

The name of the page to be displayed if the execution of the process template is not successful

recordFilter

-

The precondition for each process record in the process block

outputTo

ü

Defines where to output the result records returned from the query process.

reset

ü

Reset process. Valid values: "true", ".", "..", "...", "....", ".....", ...

debugLevel

ü

The debug level of the process. 1, 2 or 3.