-
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
Element is not connected, implicit start/end are incorrect in ad-hoc subprocess #180
Comments
Fixed via #176, I believe. |
It's not fixed. The rules changed in #176 are different from the rules in this report. Cf. the failing test cases: https://github.com/bpmn-io/bpmnlint/tree/test-cases-for-180 |
The |
Let's consider the specification text: https://www.omg.org/spec/BPMN/2.0/PDF#page=461 Based on this, I think we should exclude only Activities from the |
…ow for activities in adhoc subprocesses Closes #180
… within AdHoc SubProcesses Closes #180
Describe the Bug
Rules on implicit start/end, element not connected are misleading in ad-hoc subprocess. They should not be applied at all.
Steps to Reproduce
Expected Behavior
Rules should not apply.
Environment
The text was updated successfully, but these errors were encountered: