JBPM - Catch Intermediate Signal fails sometime
问题 I have added "Signal Intermediate Event" to a human-task as a boundary-event as I have given in previous question. Sometimes the signal is processed successfully and sometimes it is NOT . JBPM runtime just updates the process-instance-info and doesn't process the signal. I am using StatefulKnowledgeSession.signalEvent() , it is just updating the ProcessInstanceInfo at the backend and the event doesn't cancel the current activity in progress What could be the problem ? Any bug related to this