I have created a Bonita BPM flow that starts a UiPath Job, that works perfect, starts the UiPath process including sending parameters.
The problem occurs when the process of UiPath must send data back to Bonita BPM, I have used the "Send BPM Message" activity in UiPath, the parameters loaded were:
MessageContent: "OK"
MessageName: "messageUiPath"
Process: "UiPathTest"
In the Bonita process I added a "Catch Message" event to catch messageUiPath and created a variable called messageUiPath (same name that MessageName in UiPath) to assign with the message value.
When I run the process on Bonita it gets stuck at the "Catch Message" step.
I created an automatic task that saves a log with the value of the UiPathmessage variable but it never writes the log because it is stuck in the "Catch Message".
Do you have any suggestions on how to solve?