Bug 1177736

Summary: Process Execution stops after subprocess if main process and subprocess contains Human task
Product: [Retired] JBoss BPMS Platform 6 Reporter: Abhijit humbe <abhumbe>
Component: jBPM CoreAssignee: Maciej Swiderski <mswiders>
Status: CLOSED DUPLICATE QA Contact: Tomas Livora <tlivora>
Severity: unspecified Docs Contact:
Priority: high    
Version: 6.0.3CC: jsvitak, kverlaen, ravindra.tubati
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-01-12 13:16:59 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:
Embargoed:
Attachments:
Description Flags
kjar none

Description Abhijit humbe 2014-12-30 07:16:20 UTC
Created attachment 974311 [details]
kjar

Description of problem:

Take following process diagram:

MainProcess:
start-->ScriptTask1-->HumanTask1-->Sub1-->Sub2-->ScriptTask2-->End

SubProcess1:
Start-->ScriptTask-->End

SubProcess2:
Start-->ScriptTask-->HumanTask--End

After completing Human Task from subprocess2, control never return to Main Process to execute `Script Task2'


Version-Release number of selected component (if applicable):
6.0.3

How reproducible:


Steps to Reproduce:
1. Deploy attached kjar into business central from 'Deploy' -> 'Deployment Units' -> 'New Deployment Unit'


Actual results:
`Script Task2 from MainProcess is not executed after completing execution of 'Human Task' from SubProcess2

Expected results:
`Script Task2 from MainProcess should be executed after completing execution of 'Human Task' from SubProcess2

Additional info:
Looks like this issue is fixed in BPMN 6.1 release.I am not able to replicate issue in BPMS-6.1ER3 release.

Comment 3 Tomas Livora 2015-01-12 13:02:24 UTC
I can confirm that this is exactly the same issue as described in BZ1128377 (6.1) and BZ1175897 (6.0). I have just tested it on both versions. Anyway, this reproducer is even better than the one we had for the subprocess scenario so I have added it to our regression test suite.

Comment 4 Maciej Swiderski 2015-01-12 13:05:39 UTC
so can this be marked as duplicate or?

Comment 5 Tomas Livora 2015-01-12 13:16:59 UTC

*** This bug has been marked as a duplicate of bug 1128377 ***