0
votes

I can use the CountPendingActivityTasks method to list how many workflow executions are in the queue of a particular activity. Is there anyway to list the workflow execution IDs of those executions waiting in the queue?

1

1 Answers

0
votes

It is not currently possible. Note that CountPendingActivityTasks returns "an approximation and is not guaranteed to be exact".

Do you need it for monitoring/troubleshooting or it is a business requirement?