...
- required_orders
- This parameter (Default 12.)
- wait_time
- this is the time in seconds that the Wait Job will wait before the main Order moves to the Join Job. (Default 35 secs.)
- This parameter is not required by the Join Job.
- generate_orders
- this is the number of Orders that are to be generated by the generate_orders Job. (Default 10.)
- This parameter is not required by the Join Job.
The
...
Child Orders
The main_order_add-order Order
This Order is configured with:
state = 150
(the state corresponding The state in the Job Chain where the Order starts processing. Here this corresponds to job_a) andend_state = join
(the The state corresponding to the Join Job) This means that this Order will be registered by the Join Job as counting towards the required orders.
...
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
<?xml version="1.0" encoding="ISO-8859-1"?> <order state="150" end_state="join"> <run_time /> </order> |
.....
Logging
A parameter can be set for the Join Job - show_join_order_list. When this parameter is set to true the all the Child Orders counted by the join job will be listed in the Parent Order log file.
The default setting for this parameter is false.