I have a flow which I created on my private instance of NR. The flow extensively uses DB2 elements. It has DB2 1.23 version.
I exported this to my master version of NR. That has 1.22 DB2 version.
Q : Was something changed around msg.enabled property.
I see it works in 1.23 but doesnt work in 1.22.
I am working to get my master upgraded to 1.23.
But i dont see any mention of such change in 1.23 - hence wondering.
Seems related to timing of messages. My flows have multiple paths.
The moment i add a delay of 1 second the concerned node - it works.
Not sure of the reason.
I have seen this even in other DB2 nodes - example form node.
If i send payload and dynamic definition of the form on the same message - the ui doesnt always reflect the data correctly.
But if i send 2 messages - first with structure and the same message with a delay of 10ms - ui shows the structure and the payload correctly.
And one more - periodically i see - some widgets - get stuck on a message in their memory.
Example - i sent msg1 to a txt box.
Then i am sending more messages. Yet txt box continues to show only msg1 payload.
The solution i have found is to restart NR.
Not yet sure what is the reason.