Bug 1036793

Summary: session-migration: signal in embedded sub-process ignored.
Product: [Retired] JBoss BPMS Platform 6 Reporter: Marek Baluch <mbaluch>
Component: jBPM CoreAssignee: Kris Verlaenen <kverlaen>
Status: CLOSED CURRENTRELEASE QA Contact: Marek Baluch <mbaluch>
Severity: high Docs Contact:
Priority: high    
Version: 6.0.0CC: etirelli, kverlaen, rrajasek, rzhang
Target Milestone: ER 7   
Target Release: 6.0.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
mysql55
Last Closed: 2014-08-06 20:08:51 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
process definition none

Description Marek Baluch 2013-12-02 15:50:16 UTC
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

Comment 1 Marek Baluch 2013-12-02 15:50:54 UTC
May be related to https://bugzilla.redhat.com/show_bug.cgi?id=1011514

Comment 2 Kris Verlaenen 2013-12-17 02:19:34 UTC
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.

Comment 3 Marek Baluch 2014-01-08 10:55:40 UTC
Verified on ER7.