Skip to content

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.

  • Use a create route to create entities that are processed on a parallel path.

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.

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.

  • Use attributes and create routes to conditionally send entities on a parallel path.

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).