I didn find any related information in the Activiti site, and i wonder if it is possible to start a process from a simple http petition (this means the startEvent has a declared http endpoint in Activiti), and even more, if is possible to attach the message in the http petition since the startEvent could be waiting a Message to trigger the process.
The closer item i have found about it is regarding REST API, but is not clear for me if I point my HTTP POST to the processs with the JSON message attached the StartEvent will catch the Message….
Is there any example?
Any help could be great!!
Regards.