-
Question : I want to test a rule locally, but it looks like I never get a full event with updated fields. Is there a way to emulate that? |
Beta Was this translation helpful? Give feedback.
Answered by
giuliov
Jan 14, 2022
Replies: 1 comment
-
No, need to change implementation. It should not be hard to change that. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
marnheus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, need to change implementation.
Line 445 of AggregatorRules retrieves the original work item record instead of synthetizing one.
It should not be hard to change that.