Making a BPEL process Singleton
681859Feb 25 2009 — edited Feb 25 2009Hi All,
I would like to write BPEL process which should have only one instance in it's life time. I will explain bit details I need to write a BPEL process 'B' which will be invoked from several instances of BPEL process 'A'. When ever the instance of process 'A' invoked process B it should invoke the same instance of B if its already started.
Also let me know is there a way that we can check if any instance is already running for process 'B' so that I will stop invoking it from A.
Any thoughts...
Thank you.