Skip to content
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

Bugfix/raise exception when creating non executable spec #382

Merged

Conversation

essweine
Copy link
Contributor

@essweine essweine commented Feb 1, 2024

The BPMN parser only partially handled the execute attribute on a process. Some processes were parsed anyway, often with missing dependencies, causing seemingly random and difficult to diagnose errors. The parser now raises a ValidationException if the process has not been marked executable.

There were a large number of tests with this attribute set to false.

@essweine essweine merged commit ae8648f into main Feb 1, 2024
5 checks passed
@essweine essweine deleted the bugfix/raise-exception-when-creating-non-executable-spec branch February 1, 2024 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant