Hello,
When a Source is moving an item to a Queue that has no free space it blocks an item. I need a time of process delay cause of this situations.
My idea is to build the 2nd Queue where items go when there is no space. Than I want to tell operator that he needs to collect an item from Queue2 with a priority. Other option is when items go to the 2nd Queue and there will be free space in 1st Queue it needs to move items from Q2 to Q1 immediately.
After all if I could do this all I would do a dashboard with a time that items are in Q2 to collect Data.
I am not so familiar with process Flow to creat such a logic.