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

[Backport stable/8.0] Support sequence flow in hasPassedElement assertions #323

Merged
merged 1 commit into from
Apr 14, 2022

Conversation

github-actions[bot]
Copy link

Description

Backport of #319 to stable/8.0.

relates to #318

Sequence flows will never have an event with an ELEMENT_COMPLETED intent. Instead they get a single event with a SEQUENCE_FLOW_TAKEN intent. Because of this we would always filter out any sequence flows in the assertion, making it impossible to assert that a specific flow has been passed. By adding the SEQUENCE_FLOW_TAKEN intent we include sequence flows in our lists and allow asserting whether or not they have been passed.

(cherry picked from commit 3800870)
@remcowesterhoud remcowesterhoud merged commit 326ae51 into stable/8.0 Apr 14, 2022
@remcowesterhoud remcowesterhoud deleted the backport-319-to-stable/8.0 branch April 14, 2022 07:41
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