Bug 807187

Summary: Adhoc subprocess does not complete after triggering end event node inside
Product: [JBoss] JBoss Enterprise BRMS Platform 5 Reporter: Radovan Synek <rsynek>
Component: jBPM 5Assignee: Kris Verlaenen <kverlaen>
Status: NEW --- QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: BRMS 5.3.0.GACC: javierhita
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Ad-hoc sub-processes with non-terminating end event nodes do not end and the processes stays active.
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Radovan Synek 2012-03-27 08:58:20 UTC
Adhoc subprocess with tasks inside; each task is triggered by ksession.signal(). One of this tasks continues with non-terminating end event node, which is triggered but the adhoc subprocess does not complete and the process stays in active state.

there is a pull request with reproducer:
https://github.com/droolsjbpm/jbpm/pull/56

commit:
https://github.com/rsynek/jbpm/commit/c4dccc59d8951e88c74c1f4b6bfb34c1bdf57c31

Comment 1 lcarlon 2012-05-31 00:14:19 UTC
    Technical note added. If any revisions are required, please edit the "Technical Notes" field
    accordingly. All revisions will be proofread by the Engineering Content Services team.
    
    New Contents:
Ad-hoc subprocesses with non-terminating end event nodes will not end and the process stays active.