[FEAT] Provide more details when filtering errors occur #2186
Labels
BPMN diagram usability
Something about the way we can interact with BPMN diagrams
enhancement
New feature or request
Milestone
Is your feature request related to a problem? Please describe.
When I was investigating #2131, I got errors about no matching pool but I wasn't sure I passed the right id to filter.
The error missed information about the available pools that could be filtered.
Describe the solution you'd like
The returned error could contains the list of available pools (id/name).
This could be
Describe alternatives you've considered
Today, I cannot have the information easily.
I can have to look at the BPMN content and look at id by myself. This means do some parsing because I cannot access to the internal model (see #953)
Even if I had access to the model, I would have to do extra processing myself to be able to support #2139
Additional context
Do not forget to consider the participant without displayed pool use case (#2139) as well in the returned error.
The text was updated successfully, but these errors were encountered: