I have a bonita workflow driven by external java application that interacts with rest api.
This workflow waits for an external event (thrown by api) to proceed.
When the message arrives, the process continue it’s execution well.
Looking at the api documentation here
Message
I see there is a messageContent parameter that is perfect to send data like : OK or ERROR"
My problem is to retrieve this additional data in the bonita workflow.
How can I extract data from code ?