I am wanting to have my workflow look for the last time it finished successfully and use that date as a value in the current instance. While I've not found any tokens in Workflow that grant you access to the Workflow's history, I did notice their is a view in the database called "dbo.Workflows" that has information on each instance of each workflow. Before I write my workflow to utilize this I wanted to see if:
- Anyone has found a better way to get Workflow instance information via a Workflow? Possibly through a web call or some other query?
- Anyone has used this view to consistently query for Workflow statuses?
- This view will be around for the long-haul or is it something I should not count on in future versions (i.e. LF 10)?