-
Bug
-
Resolution: Done
-
Major
-
7.1.1.GA
-
AsyncMode = true
Attached to this JIRA there is a process which allows us to indicate if we want to throw an exception of type:
-Checked Exception ---: java.lang.InterruptedException
-Unchecked Exception -: java.lang.RuntimeException
-No exceptions -------: or no throw any exception
Also it allows to select the path with the "Execute Activity 3" boolean parameter:
-"Execute Activity 3" is "false" --> to execute the Human Task
-"Execute Activity 3" is "true" ---> to execute the "Path alternative" Script Task
When the Exception is thrown, it is catched by a subprocess and if the environment entry "AsyncMode" is "true", the process is not stopped. If the "AsyncMode" is "false" or doesn't exist, the process is stopped after the exception which is correct.
- clones
-
RHPAM-1758 The process doesn't stop after an Exception when the "AsyncMode" environment entry is "true"
- Closed
- is caused by
-
JBPM-8012 Error handling of script tasks with async mode enabled
- Resolved