Hi all, I tried to use label, however it cannot perform what I expected.
Source using round robin method to send people out to queue 1 to queue 4.
1 st person will follow this path:
queue 1 -> processor 1 -> queue 2 -> processor 2 > queue 3 -> processor 3 then leave
2nd person will follow this path:
queue 2 -> processor 2, then leave
3rd person will follow this path:
queue 3-> processor 3, then leave
4th person will follow this path:
queue 4 -> processor 4 -> queue 2 -> processor 2 -> queue 1 -> processor 1 , then leave
I am not sure how to using label to clearly distinguish the source, the perform the path mention above. Many thanks for your help.