Using correlation with initiator task in oracle BPM 12c (or in 11g). i. e.., if your requirement is something like you have an initiator task where the process will be kick started and at some point in the process you are using a catch message event waiting for an external system to invoke this and resume the process with the help of correlation.
And surprisingly the correlation didn't work for me.
So I had used and alternative which solved my problem. I moved the catch message event to another process with message start event and called that process from this main process.
PS: Its a temporary work around that I followed(and worked for my scenario) which might have other issues like timeout for service call etc.
And surprisingly the correlation didn't work for me.
So I had used and alternative which solved my problem. I moved the catch message event to another process with message start event and called that process from this main process.
PS: Its a temporary work around that I followed(and worked for my scenario) which might have other issues like timeout for service call etc.

No comments:
Post a Comment