Prevent a PeopleSoft process from running concurrently with same run control Id
Does any one know of a delivered way to prevent running a PeopleSoft process, let's say AP_MATCH from running by the same user, concurrently and using the same run control id.
I am not talking about limiting the process to 1 instance. You can do that at the process definition level. We want to allow the process to run concurrently, by the same user, the limit does not matter here, the control control id is what we want to prevent from being used at the same time, with same parameters or even different parameters.
A delivered way please, something that can be configured.. Not new Peoplecode, not new triggers, etc.