-
Notifications
You must be signed in to change notification settings - Fork 42
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
Duplicate link throwing event issue #152
Comments
I added |
Hi, thank you for looking into the issue and elaborating on the rules! |
I think this makes sense. Would you like to contribute a proposal? |
Closed via #174 |
https://github.com/bpmn-io/bpmnlint/blob/566bec812d70751af28b252d3fdd3afce99f4dc5/rules/link-event.js#L58C37-L58C95
The line above points to
Duplicate link throw event with name <${name}> in scope
error - but according to the documentation: "Multiple throwing link events can link to the same catching link event. "See: https://docs.camunda.io/docs/components/modeler/bpmn/link-events/
I think this part should be removed - the rest of the rules are quite useful, so I wouldn't want to disable the whole rule in my config.
The text was updated successfully, but these errors were encountered: