I’m trying to use GetQueueItems twice in the same workflow. The first GetQueueItems is configued to first get all of the Successful and Failed items; then, the second GetQueueItems is configured to get all the other statuses. (This is because I have different logic to use to process the different types.)
My issue is, the second time I use GetQueueItems, it’s not retrieving anything, but I knew there are queue items of those other types, like New. This eventually led to believe that the activity does not work twice in the same workflow for some reason. Doesn’t make sense, but I thought that was the issue…
Just to make sure I wasn’t crazy, I copied and pasted the exact same GetQueueItems activity in my workflow twice. You can see they are the same:
The first time it ran, I got this:
The second time, I ran it along with some other configurations, described in the log message. I got this (Ignore the very first log message.):
As you can see from this screenshot, there are plenty of different items in the queue. Is this a bug? If so, feel free to move this discussion to the correct message board. Thanks.