Listener of an EPL alarm is getting dated value for one of the arguments

Product/components used and version/fix level are you on:

1015.0.329

Detailed explanation of the problem:

I’d a statement in my EPL code> action eventA(arg1, arg2)
I created another statement in the same code> action eventA1(arg1, arg2, arg3)
I then do a send alarm to ALARM.SEND_CHANNEL
However, on the listener for eventA1, I’m puzzled that no matter what I do, the arg3 will be different from the value I sent. It would appear the arg3 received on the listener side is picking a previously sent value.
Is there a cache that the listener is picking up? If so, how to prevent this from happening.

Error messages / full error message screenshot / log fileL

N/A

Is your question related to the free trial, or to a production (customer) instance?

Production

Have you installed all the latest fixes for the products and systems you are using?

Yes

Can you please copy your code and explain where in the code the issue is.
The listeners do not hold any cache

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.