Hi ,
I made up a simple example where items arriving in a queue are sent to a list. The subsequent processor is pulling from this list. The standard age field is part of the list, an d pulling works for the condition WHERE age < 10. What I do not understand is why nothing is pulled if I change the sign in the condition, i.e. WHERE age > 10. Can anybody enlighten me? minimal example is included.pullwhere.fsm