The One Identity Manager Service handles parallelization of processes by using the maximum number of instances allowed for process tasks and process components.
To change the maximum number of instances of a process task
-
In the Designer, select the Process Orchestration > Process components category.
-
In the Process Component Editor, select the process component.
-
Select a process task and in the edit view on the Properties tab, adjust the Max instances value to the maximum number instances.
Permitted values are:
-
-1: All instances of this process task are processed sequentially. Other process task instances of the same process component are not run simultaneously.
-
0: The maximum number of instances given for the process component is used.
-
1 or greater: The exact number of instances of a process task, which are processed simultaneously.
-
-
Save the changes.
To change the maximum number of instances of a process component
-
In the Designer, select the Process Orchestration > Process components category.
-
In the Process Component Editor, select a process component and in the edit view on the Properties tab, adjust the Max instances value to the maximum number instances.
Permitted values are:
-
-1: All instances of this process component are processed sequentially.
It must be ensured that these components are run exclusively on one Job server, which means no other queue can exist to process these components.
-
0: All instances of this process component can be processed simultaneously.
-
1 or greater: The exact number of instances of a process component, which are processed simultaneously.
NOTE: The value is only used if the maximum number of instances of a process task is set to 0. Otherwise, the value applies that is set for the process task.
-
-
Save the changes.