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/handle multiple start events correctly #381

Merged
merged 2 commits into from
Jan 31, 2024

Conversation

essweine
Copy link
Contributor

When multiple start events are present, when one event is completed, the others should be cancelled.

Copy link
Contributor

@burnettk burnettk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so now the multiple start events are sort of connected together using a split/join mechanism?

@essweine
Copy link
Contributor Author

Yes, I modeled it on boundary events. This was the easiest way add in the ability to automatically cancel the events that didn't happen without making a lot of other changes to the workflow structure.

@essweine essweine merged commit 633de80 into main Jan 31, 2024
5 checks passed
@essweine essweine deleted the bugfix/handle-multiple-start-events-correctly branch January 31, 2024 17:38
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.

2 participants