Visualized Process Monitoring allows you to visually view the flow steps and running status of a process. Many workflow engines have this function, and the latest version of quickflow supports this function.
Quick flow visual tracking uses a document library of the current site to maintain tracking information. The document name is workflowtracing:
The flow information of each process instance is saved as an XML file in this document library.
This visual tracking function may not be required in some scenarios.CompositionThe file library consumes performance. All flowchartworkflow provides a tracingenabled attribute. If you do not need to save the trace data, set this attribute to false.
The QF visual tracking function is provided through a page:/_ layouts/quickflow/wrkmon. aspx, you only need to pass the process instance id to this page, such as/_ layouts/quickflow/wrkmon. aspx? Workflowinstanceid = 9f195c3b-56c3-456a-87cf-39b73f48a5d3. To display the task list information, you also need to input the ID of the current list and the ID of the list item:/_ layouts/quickflow/wrkmon. aspx? Workflowinstanceid = <guid> & list = <guid> & id = <int>
The default task page also adds a visual trace link:
You can directly access the tracking page through the tracing chart link:
Note:
Build038513 and later versions support this feature: http://quickflow.codeplex.com