Details
-
Feature
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
Additional API methods for orders:
setter: Order.set_ignore_max_orders(boolean)
getter: boolean Order.ignore_max_orders()
It is important that parallel orders (created by jitl-Job JobChainSplitter) can be started despite the fact that the job_chain is configured with max_orders="1" or if "max_orders" has a value less than the number of orders required for parallel execution.
The method "set_ignore_max_orders(boolean)" allows the affected order to be run although it would be prevented by "max_orders".