Hi Experts,
I am working on CE 7.3 SP11.
I have designed 2 bpm processes, Parent and Child.
Parent process will invoke the child process from an Automated Activity by passing It's "ProcessID" and will be waiting @ Intermediate Message Event until the child process is complete.
Child process will trigger the Intermediate Message Event by passing the "ProcessID" it received from parent, just before the End event.
@Parent process the co-orelation condition add is "String-equals(ParentContext/ProcessID,ChildProcess/ProcessID)", So If both the ProcessID are same then the Parent Process will resume the flow.
Unfortunately this condition is not getting evaluated and the Parent process is waiting at Intermediate Message Event.
I guess the problem is with some configuration at Server level. Kindly let me know how to achieve this scenario.
Thanks In Advance,
Pavan