BPM Parallel Multi Instance sub processes by Niall Commiskey
- by JuergenKress
Here is a very simple scenario: An
order with lines is processed. The OrderProcess accepts in an order
with its attendant lines. The Fulfillment process is called for each
order line. We do not have many order lines, and the processing is
simple, so we run this in parallel. Let's look at the definition of the Multi Instance sub-process - Read…