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

(Navajo) mode="ignore" messages are being passed along at a Workflow transition #499

Open
kharybdys opened this issue Mar 18, 2019 · 0 comments
Labels
0 - Backlog New issue, unvetted.

Comments

@kharybdys
Copy link
Contributor

Situation happened after ProcessAutoReassignOfficials. Due to its structure, per loop, it will generate two array_element messages in the message ReassignedMatches with mode="ignore" before (possibly) making another array_element without mode="ignore". This complete structure is then passed along to webservices that are triggered through workflow. There, without the filter, the mode="ignore" messages cause crashes as requested properties do not exist.

Suggested solution: BaseMessageImpl.copy should ignore mode="ignore" messages when copying.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0 - Backlog New issue, unvetted.
Projects
None yet
Development

No branches or pull requests

1 participant