Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以使用该CountPendingActivityTasks方法列出特定活动队列中有多少工作流执行。是否有列出在队列中等待的那些执行的工作流执行 ID?
CountPendingActivityTasks
目前是不可能的。请注意,CountPendingActivityTasks返回“近似值,不保证准确”。
您需要它来进行监控/故障排除还是业务需求?