Context:
For displaying breadcrumps in the UI we use the Get Entity Name endpoint to resolve the names for a given entity id. This currently does not offer support for event based processes which would require special handling of event based processes paths in the UI. We instead decided to extend the endpoint to support eventBased processes although they won't be supported on the /entities endpoint (yet).
AT:
- the Get Entity Name endpoint offers to provide a eventBasedProcessId and returns the name of that particular event based process
This is the controller panel for Smart Panels app
- is depended on by
-
OPT-2966 Breadcrumbs for Event Based Process Header
- Done