How to start camunda process (with message event in the process) from external application. (can we use any tools to send the payload to this message event (like soapui or somthing else))
I am using springboot camunda version 7.17
How to start camunda process (with message event in the process) from external application. (can we use any tools to send the payload to this message event (like soapui or somthing else))
I am using springboot camunda version 7.17
Hi @venky1982 ,
Yes, SoapUI and similar tools (for example: Postman) can be used to deliver messages.
Thank you hasang for your response.
Could you please provide one example how to do that…
Hi @venky1982 ,
You can assign message event to start event of Process then You have to create API from Spring code
Spring Code from controller and then fire Query from Post man and give input as JSON format , Process will start with values given by you from Postman.
Thanks and Regards,
Avinash
Hi @venky1982,
Below is an example of a “Correlate a Message” call