Retrieving Reviewers from all the statuses ofWorkflow
Hi,
I have to retrieve all the reviewers of all the workflow statuses at Released status using SDK.
Any suggestions on how to do this.
Thanks!
Check out chapter 16 of the API documentation. There are examples in there for getting the approvers and observers.
Yes, but I believe it returns only if the signoff is pending.
I tried iterating the workflow statuses and getting the approvers for them. But, it returned only where it was pending approval.
Fair point. The workflow tab is just another table, so you could iterate the table to get all of the rows, filtering out just the rows for the most recent Released status (keep in mind the change may have been unreleased.)