Singleton Process in Process Modelling Framework

A process marked as  Singleton in PMF,  ensures that at any given time, only one instance of given process can be run. This feature helps to ensure that there are no concurrent executions of the process and thereby helps to minimize conflicts, reduce resource contentions, and prevents potential errors.

This feature ensures processes run one at a time, improving reliability and consistency. It prevents duplicate executions, reduces system conflicts, resource contentions, operational errors.

Steps to enable and configure

You don't need to do anything to enable this feature.