Hi fixed this issue using another version of same method.
ProcessInstance processStarted = kSession.startProcess("MyProcessId", myRequestParam);
kSession.signalEvent(GivenEventType, null, processStarted.getId());