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

BPMNModelHander - getDataObjectsForElement did not ignore link direction #858

Closed
rsoika opened this issue Apr 29, 2024 · 0 comments
Closed
Milestone

Comments

@rsoika
Copy link
Member

rsoika commented Apr 29, 2024

Currently the method getDataObjectsForElement only checks for incoming connections. But for associations this makes not sense as the direction does not matter.
In some cases the method call

 List<?> dataObjects = event.getItemValue("dataObjects");

can lead to a wrong list of objects missing some ones.

Need to be fixed.

@rsoika rsoika added the bug label Apr 29, 2024
@rsoika rsoika added this to the 6.0.6 milestone Apr 29, 2024
rsoika added a commit that referenced this issue Apr 29, 2024
Issue #858
@rsoika rsoika added the testing label Apr 29, 2024
@rsoika rsoika closed this as completed Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant