Subprocess and it's associated User Tasks do not abort when parent process is terminated by signal or process aborts
Issue
- There are two scenarios where
Subprocess(Reusable) and it's associatedUser Tasksare not aborted after a process is terminated (viasignal) oraborts.
- User is allowed to terminate the main process at any time. This is done through the
Business Centralby signaling an event to terminate. However any runningUser Tasksare not aborted. - The parent process comes to an end before all tasks in a
Subprocessare completed. TheSubprocessterminates but theUser Tasksare left active.
The problem is that these tasks appear in the users task list, even though they can't be completed. Is there a way to either-
1. automatically close all tasks when the process ends
2. query the task service to only return user tasks for which the parent process is active?
Environment
- Red Hat JBoss BPM Suite (BPMS)
- 6.2.x
- 6.3.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.