Ashish Sinha [
https://community.jboss.org/people/imtuku] commented on the document
"kSession.signalEvent("GenericTimerEvent", null) doesn't trigger event
even in JBMP 5.3"
To view all comments on this document, visit:
https://community.jboss.org/docs/DOC-18713#comment-10205
--------------------------------------------------
Hi fixed this issue using another version of same method.
ProcessInstance processStarted = kSession.startProcess("MyProcessId",
myRequestParam);
kSession.signalEvent(GivenEventType, null, processStarted.getId());
--------------------------------------------------