So can we do interactions between send task , message start event and recieve task i.e. I want to send a message using send task which starts the start event and start event pass on the message or execute the receive task in the execution
Hi Niall,
Thanks for the reply I watched referred video and it pretty much solve my doubts. But as explained in the tutorial when I’m trying to start a process using rest (http://localhost:8080/engine-rest/message),
I’m getting this error
{
“timestamp”: “2019-01-09T07:23:44.272+0000”,
“status”: 404,
“error”: “Not Found”,
“message”: “No message available”,
“path”: “/engine-rest/message”
}
I have started my application using @EnableProcess application using spring boot application. Below is my pom file have a look if something is miising pom.xml (2.5 KB)