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

Fix error message for missing start event #345

Closed
fembau opened this issue Jul 24, 2023 · 2 comments
Closed

Fix error message for missing start event #345

fembau opened this issue Jul 24, 2023 · 2 comments
Assignees

Comments

@fembau
Copy link

fembau commented Jul 24, 2023

In SubprocessParser.get_subprocess_spec the number of start events is checked. The error message "Multiple Start points are not allowed in SubWorkflow Task" should be changed to consider the case of a missing start event. To be more verbose maybe the number of found start events would be helpful to the user to fix the error, p.ex. "A process should have exact one start event. Found in process ."

@essweine
Copy link
Contributor

I've updated the text of this error in main

@fembau
Copy link
Author

fembau commented Jul 27, 2023

fixed in 3236b5b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Resolved
Development

No branches or pull requests

3 participants