JBoss Community

kSession.signalEvent("GenericTimerEvent", null) doesn't trigger event even in JBMP 5.3

new comment by Ashish Sinha View all comments on this document

Hi fixed this issue using another version of same method.

 

ProcessInstance processStarted = kSession.startProcess("MyProcessId", myRequestParam);

 

kSession.signalEvent(GivenEventType, null, processStarted.getId());