Intermediate Message event and StartMessage event

Hello Team,

how can help me please on this technical point . I want to have a main process with many call processes but I want to make the possibility to start each activity by sending an external message. So for this reason I am thinking to use the Intermediate catch message event activity like the following schema:

and I created a rest endpoint wich will use the PublishMessageRPC to send the invoke this activity on existing process isntance.

So firstly I create the process isntance from the start Event . and then I would start the other activties by invoking them manually .
it never worked . Can someone please explain . I send evry thing means the corrlationKey and on the variables I put a variable with the same name I put on the correlationKey .

Thanks

Your process flow has to reach the point of the “Catch” before the throw will work.
From what I can see in the diagram posted, there is no point where the process flow reaches the Intermediate Message Catch.

Yes thanks, you are right and also the correlationKey was not exact on other examples.

Thanks

If your question has been answered, please remember to mark a solution, to assist others that may have similar questions in the future.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.