-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
The parent activity of the current activity is always set on the parent execution. However, the parent execution is not necessarily the scope execution of the parent activity.
For example, in a subprocess with concurrent scope activities, the parent execution is a concurrent execution while the grandparent execution is the actual scope execution that should be used to invoke listeners.