Preventing multiple instances running concurrently
500170Feb 12 2007 — edited Feb 14 2007We have a process that only want one instance of to run at any given time.
For example, if the execution of the process were to be delayed and another instance of the process created, this could potentially cause problems in that data would be delivered out of sequence.
Is there a mechanism built in to BPEL to prevent multiple instances of a process running concurrently?
Cheers
Toby