Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor corrections to text

...

  • Use Case:
    • Consider the situation where a number of orders that have been added to a job chain - either from a file order source watching incoming files, or from an external source such as JOC that adds ad hoc orders or from permanent orders. These orders should then be processed serially in a predefined sorting order.
  • Solution Outline:
    • A single job is added at the start beginning of a job chain that will:
      • suspend all incoming orders and check completeness until a predefined idle timeout has beens reached and no more orders are expected,
      • sort the orders in alphabetical sequence according to the order ID and move them to the next job node in the job chain.
  • References

...