Hi,
How can i get the audit history of a workflow instance similiar to the one that you get when you click on the 'Audit' link in livelink?
Thanks
Zak
Hi, Zak.
Is WorkflowService.ListProcessHistory() the method you're looking for?
Thanks,
Scott
Hi Scot,
It's funny I always seem to find the answers after i post a question.
Yes I used the ListProcessHistory method of the processevent class whilst looping through the results of the GetProcessStatus method of the workflowserviceclient.
It was actually pretty easy...
Thanks anyways