-
Notifications
You must be signed in to change notification settings - Fork 497
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
Remove default start event for ad-hoc subprocess(expanded) as in collapsed #4858
Comments
Should absolutely be fixed, thanks for reporting. CC @jarekdanielak, maybe we can smoothen this in the near future? |
Activity is a grouping term for multiple element types:
Which one would you choose and why? In the case of a subprocess, it's clear because it can contain only blank start events. |
I would have used a blank task as a starting default as its the first valid activity (i think gateway wouldn't make much sense). But I don't know if that would align with our users needs. |
Describe the bug
When we create an expanded ad-hoc subprocess a start event is added to it as default just like in every other sub processes. But ad-hoc sub process does not allow events inside it and only allows task. This is the case when we directly create a collapsed ad-hoc subprocess where on drilling one level down we do not see any start event created by default.
Steps to reproduce
Screen.Recording.2025-02-26.at.10.32.39.mov
Expected behavior
Remove default start event for expanded sub process so that the user need not have to remove them as part of the lint error displayed
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: