Process Sets
A process set is a scheduled process that contains at least two processes. So you can run many processes in one go, for a specific purpose.
Processes in process sets run in a certain order, in serial or parallel, or by some other logic. For example, let's say we have a process set with three processes to do these three tasks:
-
Validate and clean up records.
-
Import the records.
-
Give a report on the imported records.
What They Contain
Process sets can have any number of individual scheduled processes and even other process sets. Sometimes, a single process set has multiple process sets that are nested. For example, a process set can include three processes and two process sets, one of which contains another process set.