Hide Forgot
Created attachment 831660 [details] process definition Description of problem: When a signal is expected in an embedded subprocess it is ignored. How to reproduce: (using the attached processes) 1) start a process in jbpm5 2) signal it ("Continue" signal) in jbpm6. Expected result: Both process instances (parent and child) will be COMPLETED Actual result: Instance remains active Additional info: See http://git.app.eng.bos.redhat.com/jbossqe/brms.git/tree/test-jbpm-session-migration
May be related to https://bugzilla.redhat.com/show_bug.cgi?id=1011514
Please note that you should run the test with -Djbpm.v5.id.strategy=true, to make sure jBPM6 is using the same node ids as jBPM5. Doing this seems to make the test work.
Verified on ER7.