-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Collapsed Event Sub-Processes do not show the type #2080
Comments
Thanks for opening this issue. Consider a contribution if you want to move this topic forward. |
@nikku I just found a working solution and add it to https://github.com/bpmn-os/bpmn-js-collapse-event-subprocess/. The only small problem is that a little bit of padding would be nice Maybe you have an idea how to move the decorator a bit away from the boundary. |
Never mind my previous comment. I've seen you're the owner. |
Hi, the linked repository is mine where I have all my BPMN related projects. It would be great to transfer this to bpmn-js. |
You can wrap whatever is rendered into a SVG group with a transform (x, y) to pad it. |
Just wanted to drop a comment to say that this has been recently requested by some community folk. Great to see your work on this @rajgoel thanks! |
@rajgoel Would you be open to create a PR that adds this feature to bpmn-js? We can still decide to disable it by default. |
@philippfromme How would this PR have to look like? Currently my solution is a module that you load separately. Sorry, if this is a stupid question, but I currently have no idea how and where the code would need be integrated into bpmn-js. If you can give me a hint, I will give it a try. |
@philippfromme Sorry for the confusion with my reply using another user name. I use bpmn-os for all my bpmn related stuff. |
Describe the Bug
According to Table 12.16, p. 388 of the spec, collapsed event-subprocesses having a unique start event with event definition should be depicted with an icon representing the start event type. This is not shown in the modeler.
Steps to Reproduce
Load a model with a collapsed submodule or collapse an event subprocess using the module https://github.com/bpmn-os/bpmn-js-collapse-event-subprocess.
Expected Behavior
If a unique start event is provided, the collapsed event subprocess should be decorated with an icon representing the start event type.
Environment
Related to #690
The text was updated successfully, but these errors were encountered: