How to start workflow using message start event

cancel
Showing results for 
Search instead for 
Did you mean: 
rahiakela
Active Member II

How to start workflow using message start event

Hi,

I want to start a workflow using message start event. This is BPMN diagram that are deployed in Activiti enterprise and explain my idea.

I have mentioned message id in BPMN as follow: 

And created REST API as follow:

-Controller

Service

After implementing all these thing, I am getting the below error:

Please let me know what is wrong with my implementation.

1 Reply
salaboy
Senior Member

Re: How to start workflow using message start event

Have you checked the alternatives for that deprecated method that you are using? 

That's most likely to be the problem.