Skip to main content
Has anyone build a web part to view the workflow graph? I don't want to use the pageview web part to view the ViewFlow.aspx. I built one but it will not show the graph. Seems to me Sharepoint won't let activeX to render. Thanks.
The viewflow graph requires the Process Instance ID as a parameter, for example:
http://www.k2mega.local/K2V3/Workspace/K2MIS/ViewFlow.aspx?ProcInstID=68
..and the user must have the View permission on the Process, so I guess if you want to add a web part you must have some way of passing it an appropriate PID before it will render.

Reply