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