Hello,
Recently I have been doing processFlow logics where I need to stop a token until a label in an object or a global variable reach certain value. I accomplish this through a very inefficient way by doing a loop that every few seconds looks at the value, but this is slow and not precise enough for many applications.
Is there a way of listening to these similar to how we can wait for a content change in an object inside a wait for event?
If there isn´t it would be nice to have this in future versions.
Thank you.