Table of Contents |
---|
Introduction
The execution of both jobs and orders can be serialized.
Job Serialization with Locks
Locks can be used to control the execution of jobs in a job chain.
...
- The Using locks FAQ.
- The Locks section in the JobScheduler reference documentation.
Order Serialization with an Order Sorting Job
An order sorting job can be added at the start of a job chain to ensure that incoming orders are processed by a job chain in a predefined order.
Resources
For more information about configuring workflow dependencies see:
...