How do I do Parallel Processing?
This article is from the previous version of ProcessModel and is kept for reference.
LegacyHow this worked in the previous version
ProcessModel supports parallel processing. Several demo models are included to show how parallel processing is done.
Parallel Processing Using Create
Section titled “Parallel Processing Using Create”- Use a create route to create entities that are processed on a parallel path.
Example 1
Section titled “Example 1”Customer arrives in a car to a car wash, customer is escorted to the cashier while the car moves to car wash. Demo Model: Create & Attach.

Example 2
Section titled “Example 2”Account 1 comes into the system, Account 2 is created and processed on parallel as a new process for comparison. Demo Model: Old vs New Process.

Conditional Parallel Processing
Section titled “Conditional Parallel Processing”- Use attributes and create routes to conditionally send entities on a parallel path.
Example
Section titled “Example”Patients with defined attributes arrive at assessment, depending on the patient’s attributes lab work, xray, CT or Ultrasound is ordered. Model: Variable Create Complete (no longer available).


