...
- Download the example y_join.zip.
- Extract the archive to a folder
./config/live
of your JobScheduler Master installation. - The archive will extract the files to a folder
y_join.
- The
y_join
folder can be renamed if required, the solution does not require the use of specific folder or Job names. - Change the path to the example Job Chain in line 14 of the generate_orders Job below to the correct setting.
Example Description
To use the example, first start the Parent Order (in this example main_order). This Order has been configured with three parameters, one of which - required_orders - is required by the Join Orders Job. The other two parameters - generate_orders and duration_wait_job are only used to provide a convenient way of making the example work.
...
Note that the Join Orders Job only counts Orders that have the state of the Join Orders Job as their end state (here join).
Anchor | ||||
---|---|---|---|---|
|
The configuration of the generate_orders Job is shown in the next code block along with the script responsible for the generation of the Child Orders.
...