Hi @devBunny,
you have to write
runtimeService.createMessageCorrelation("your message name").correlate();
to deliver the expected message and continue with the process instance.
Hope this helps, Ingo
Hi @devBunny,
you have to write
runtimeService.createMessageCorrelation("your message name").correlate();
to deliver the expected message and continue with the process instance.
Hope this helps, Ingo