Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
outlinh1. true
outlinh1. true
1printablefalse
2stylh1. none
3indent20px

This is quite easy. You just have to specify the attribute max_orders=1

Code Block

 <?xml version="1.0" encoding="ISO-8859-1"?>
 
 <job_chain max_orders="1">
    <job_chain_node state="100"
                    job="jobsSample_1"
                    next_state="200"
                    error_state="error"/>
    <job_chain_node state="200"
                    job="jobsSample_2"
                    next_state="success"/>
    <job_chain_node state="success"/>
    <job_chain_node state="error"/>
 </job_chain>