R – view a diagram of the running Windows Workflow instance

workflow-foundation

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.

Best Answer

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

Related Topic