Enhanced Singleton Process in Process Modelling Framework
Singleton Process behavior has been further enhanced to cater to below scenarios.
For a process which has been marked as Singleton, that is, only one instance of process can be running at any point of time, one can prevent the other process running
- Only if process ID matches
OR
- Only if both process ID and run time parameters match
- And Process failed or canceled
Provides enhanced Singleton process behavior definition, to ensure reliable and consistent process execution by preventing multiple instances of the same singleton process from running simultaneously, reducing operational risk and maintaining data integrity.
Steps to enable and configure
You don't need to do anything to enable this feature.