-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Be able to limit append anything to elements that can be appended #30
Comments
@philippfromme Let's discuss this. Append anything allows you to add any element. We've received feedback / requests in the past to remove the palette entirely (which is usually far away from you). Append anything is the (only) powerful tool you usually need. I'm all in for offering common elements in a domain specific manner. You should be able to append/create any relevant element (in the flow) though. TLDR: If we introduce this, then we break existing user flow, make users search for a particular element in different places, require them to understand BPMN inside out, and in the end make them not use the tool. |
Based on the discussion we'll close this issue for now. |
One thing brought up in the discussion: With the re-introduction of quick append we don't need |
@nikku The common group was added by |
Reopening based on user feedback. |
From a user test: "From an event-based gateway I should not be able to append a task", which is exactly the issue I described. |
Is your feature request related to a problem? Please describe.
Currently both the create and append anything popup menu list all elements that can be created. The append popup menu does not limit the list to elements that can be appended which can will often hide the most relevant elements in the list.
Example: Event-based gateway
There are only a few elements that can be appended but they're hard to find. It doesn't really make sense to offer any other options here.
Describe the solution you'd like
Change append anything to only list elements that can be appended. This could also be configurable so users can decide themselves.
Describe alternatives you've considered
Require users to add their own provider that filters the list.
Additional context
Related to camunda/improved-canvas#56
The text was updated successfully, but these errors were encountered: