Open issues:
1) Cannot deselect "#multiInstanceBody":
- Start for example an instance of the process shown in "snippet2.png" (so that it fails)
- got to "Runtime Process Instance" view in cockpit
- select the task "fails"
- try to deselect task by pressing "CTRL" and click on task "fails"
Problem:
the task is still is selected and the number of selected activity instances is decremented
Expected:
the task is deselected
2) Incident is not shown (in "Runtime Process Definition" view):
- start for example an instance of the process shown in "snippet2.png" -> an incident exists
- start another instance of the same process, but this should not fail
- got to "Runtime Process Definition" view in cockpit
Problem:
on the diagram the incident badge is not visible and the activity instances count is equals 1
Expected:
the incident badge is shown and the activity instances count is equals 2
3) Activity instance count is not correct (in "Runtime Process Instance" view):
- start for example an instance of the process shown in "snippet2.png" -> an incident exists
- use the modification feature and start before the task "fails" a task instance
Problem:
on the diagram the activity instances count is equals 1
Expected:
the activity instances count is equals 2
Attached a process application for reproducing the problem