Hide Forgot
Description of problem: Cannot signal process from jBPM Console using Signal button. Signal button remains disabled even though the process defines a signal event. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1.Create simple process definition with an Intermediate Signal Event (say after a human task). 2.Start it from jBPM Console Actual results: Signal button is disabled Expected results: Signal button is enabled. Push it, enter signalRef (and possibly process data), and process moves past signal event to subsequent activity. Additional info:
Pull requests prepared for this issue that allows to signal process if its current node is intermediate catch signal event. https://github.com/bpmc/bpm-console/pull/8 https://github.com/droolsjbpm/jbpm/pull/59
Changes for jbpm code base already merged into 5.2.x remaining part is of UI (bpmconsole)
Update status to ON_QA. Please verify them against ER6.
Works with intermediate catch event. Still unsure how to design the event so that data entered along with the signal ref. can be used... But the Signal button definitely sends the signal. More on signals in bug 825191.