views:

142

answers:

3

I have a windows workflow host with Persistence and Tracking services enabled. I would like to show my persisted/idling workflow instance as a Diagram (like in the visual studio workflow designer). Is there an easy way to do this?

Note that I would like to display this diagram in an Admin-like Web Interface that system administrators can use to view the state of a running workflow instance.

+1  A: 

You can rehost the designer. Not easy but doable. You could then colour/annotate the diagram's activities based on knowledge of workflow state via tracking. See here : http://msdn.microsoft.com/en-us/library/aa480213.aspx

Preet Sangha
A: 

This link by Kirk Evans explains how to use an the Ajax Workflow Monitor to display the state of running instances on a web page. Looks promising!

willem