I need to check each element in input sequence for NaN
as on picture and then sum all numbers and move to Amount. How can I do it? http://i.imgur.com/qVkkA1L.png
I want to use value in global cache as iterator. Iterator will be updated by two flows and situation may occur that iterator will be updated at the same time. How to avoid this situation ? Can I avoid ...