Hi Kris,
Thanks for the reply.. I have a question..
In the process: BPMN2-MessageStart.bpmn2 ; we have a start node, scrip task and end event.
While if I see in .java file, under testMessageStart(); I see it is signalling event as:
ksession.signalEvent("Message-HelloMessage", "NewValue");
In our process above, I do not see any eventType as "Message-HelloMessage".
Although it is running successfully but I do not understand which event gets signalled and how?
Thanks,
Imaad