- The breadcrumbs are currently initialized with runtime data!
AT:
- In the "Full" view the breadcrumbs should be initialized with history data.
For example:
There exists two process instances (procInst_1 and procInst_2), whereby procInst_1 is the parent process instance from procInst_2. Both process instances are finished. So, if you open the full process instance view the breadcrumb looks like this:
Home / ProcDef2 : procInst_2
But it should look like this:
Home / ... / ProcDef2 : procInst_2
and if expand it (click on "...") it should like this:
Home / ProcDef1 : procInst_1 / ProcDef2 : procInst_2