Communication between processes - OIC
Content
Hello!
I have two processes (MainProcess.PNG & SecondaryProcess.PNG) and I am trying to make a bidirectional communication.
First, Main process call the secondary through a send activity, the secondary gets this request using a receive task. This part works fine.
The problem occurs when the secondary process tries to call the main process again, for this, I am using a throw intermediate event and catch intermediate event activity (catchEvent.PNG & throwEvent.PNG). In the attachments, you can see the properties.
The Throw intermediate event activity is executed correctly but the main process is blocked in the catch intermediate event activity.
Tagged:
0