Hi everyone,
I am having trouble making the logic for sending an item to a port based on 3 different conditions.
Condition (1) - Send item to Queue1 as long as Queue1 is empty.
Condition (2) - Send item to Queue2 if Queue1 is not empty.
Condition (3) - Send every 10th item to Queue3.
The send to port strategy I am using is a Conditional Port with added custom logic, but clearly I am not doing this correctly. Can anyone offer tips on how to create this logic?