User story
As a cockpit user, I want to see all variables that are used in one instance of the multi-instance process so that I can see the corresponding values of the same instance. This applies to the history view.
Background
In multi-instance processes, users want to distinguish between the MI variables in the cockpit UI. The desire is to see all variables that are used in one instance of the MI.
As an example: Take the variable "documentId" which is only valid in the MI. In the MI instance is another variable called "errorMessage". An example would be to see the value of "documentId" and the corresponding value of "errorMessage" from the same MI instance.
Currently, I see all values of these variables and I cannot say which "documentId" got an "errorMessage" value set.
Acceptance criteria
- In Cockpit, a user can filter and inspect variables and their content in the scope of a specific multi-instance process.