Bug 1177736 - Process Execution stops after subprocess if main process and subprocess contains Human task
Summary: Process Execution stops after subprocess if main process and subprocess conta...
Keywords:
Status: CLOSED DUPLICATE of bug 1128377
Alias: None
Product: JBoss BPMS Platform 6
Classification: Retired
Component: jBPM Core
Version: 6.0.3
Hardware: Unspecified
OS: Unspecified
high
unspecified
Target Milestone: ---
: ---
Assignee: Maciej Swiderski
QA Contact: Tomas Livora
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-12-30 07:16 UTC by Abhijit humbe
Modified: 2019-04-16 14:29 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-01-12 13:16:59 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
kjar (8.87 KB, application/zip)
2014-12-30 07:16 UTC, Abhijit humbe
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1128377 0 high CLOSED Parent process does not get notified after sub process completes 2021-02-22 00:41:40 UTC

Internal Links: 1128377

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 ***


Note You need to log in before you can comment on or make changes to this bug.