Hello, i have integrated bpmn-js with an angular application using the example as a reference. I’ve noticed two issues related to collapsed subprocesses.
-
No breadcrumb navigation appears when drilling down into subprocesses.
-
The drilldown button is always visible and looks different compared to the one in the bpmn.io demo viewer
This behavior also appears in the referenced Angular example project. What do I have to do to enable breadcrumb navigation for collapsed subprocesses?
Thanks in advance!