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

Support of isMarkerVisible at ExclusiveGateway according to BPMN 2.0 #3393

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

domi-87
Copy link
Contributor

@domi-87 domi-87 commented Jul 15, 2022

  • Unit tests: NA
  • Documentation: NA

Copy link
Contributor

@filiphr filiphr left a comment

Choose a reason for hiding this comment

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

Thanks for this PR @domi-87.

Since Flowable is not using this, but even if we decide to use it the default value currently is true, i.e. the marker is shown. I would suggest that we also reflect this in the Java model and only export it to the XML when the value is false.

In addition to that, can you please add a test case for this?

@domi-87
Copy link
Contributor Author

domi-87 commented Dec 21, 2022

Hi @filiphr

Thanks for your feedback. Can you give me a hint on how/where to best locate the test? Or rather if I can use a test as a model....

@filiphr
Copy link
Contributor

filiphr commented Dec 21, 2022

Have a look at the ParallelGatewayConverterTest. Let us know if you need some more information for the test case

@domi-87
Copy link
Contributor Author

domi-87 commented Dec 23, 2022

@filiphr What do you think about my last commit. Adjusted the default behavior accordingly and added a test.

@domi-87 domi-87 requested a review from filiphr January 31, 2023 16:22
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.

None yet

2 participants