Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Application Server

About steps

  • Last UpdatedJul 20, 2024
  • 1 minute read

Steps are located in the <STEPS/> sub-root each with a <STEP> entry. Each step has following XML attributes:

NUMBER

specifies the step number (integer)

NAME

specifies the step name (string)

STEPCONDITION

specifies the step condition (string) - see below for details

JUMPCONDITION

specifies the jump condition (string) - see below for details

JUMPTOSTEPNAME

specifies the step to jump to (string)

Each step has two sub-sections <ONENTRY> and <ONEXIT> containing <OUT> keys to define output value assignments.

Important: If you are passing literal string (or date, time or elapsed time) values as outputs you need to enclose these with the ampersand notation of double-quotes, which is: &quot;

Examples:

  • <OUT name="MachineInstruction" value="&quot;Start&quot;"></OUT>
    which passes the literal value Start to the Alias MachineInstruction for a given step.

  • <OUT name="MachineInstruction" value="Start"></OUT>
    which passes the value of the Alias named Start to the Alias MachineInstruction for a given step.

  • <OUT name="MachineInstruction" value="&quot;Joe says &quot;Start&quot;&quot;"></OUT>
    which passes the literal value Joe says "Start" to the Alias MachineInstruction for a given step.

TitleResults for “How to create a CRG?”Also Available in