You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: