You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, if 2 elements have the same name, the first one is retrieved.
The caller has no way to know if there are other elements that match the provided id.
Describe the solution you'd like
We could think about providing a new method that return other candidates as well. See process-analytics/bpmn-visualization-js#2453 and what we plan for other API like #24.
The text was updated successfully, but these errors were encountered:
tbouffard
changed the title
[FEAT] BpmnElementsSearcher could provide details when several elements match a given name
[FEAT] BpmnElementsSearcher could provide details when several elements match a given name
Sep 5, 2023
Is your feature request related to a problem? Please describe.
Currently, if 2 elements have the same name, the first one is retrieved.
The caller has no way to know if there are other elements that match the provided id.
Describe the solution you'd like
We could think about providing a new method that return other candidates as well. See process-analytics/bpmn-visualization-js#2453 and what we plan for other API like #24.
The text was updated successfully, but these errors were encountered: