-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
1. start cockpit in dev-environment
2. login to cockpit
3. open process definition view of "Cornercases Process"
4. select a running process instance
5. select first entry (activity instance) with value "Receive Some Stuff" in the "Scope" column in the "Variables" tab
-> all variables are still displayed in the "Variables" tab
Expected Behavior:
Only variables for the selected activity instance are displayed and in the activity instance tree the specific activity instance is selected.
Problem:
The "Variables" tab uses the directive "cam-select-activity" which set on click the "activityIds" within the filter and not the corresponding activity instance id.