Skip to main content
Nintex Community Menu Bar

View Flow functionality can it be used separately

  • September 5, 2009
  • 5 replies
  • 10 views

Forum|alt.badge.img+11

Hi


In the Workspace if you select an item and click the small arrow next to the name; you will notice that the menu contains a menu item named "View Flow".


My question is that can we use this feature separately?


i am currently using the following to get the picture of the flow http://[ServerName]/Workspace/Tasklistcontrol/ViewFlowMain.aspx?ProcessID=192&K2Server=[ServerFullQualifiedName]:5252

5 replies

Forum|alt.badge.img+11
  • September 5, 2009
You can.  Put the appropriate values on the querystring and give users view or view participate rights.  The first time the page open it installs an ActiveX control so users will need appropriate rights on their machine to let this control install.

Forum|alt.badge.img+11
  • Author
  • September 5, 2009

To be more specific can you describe the image rendering and  production functionality and the controls used in that?


i oppenned the C:Program FilesK2 blackpearlWorkSpaceSiteTaskListControl and noticed that it contained K2ViewflowDeployer.cab file, script and images directories and of course the ViewFlowMain.aspx.


Forum|alt.badge.img+11
  • Author
  • September 5, 2009
thanks for your answer but i need more info regarding the mechanism in which image rendering is done.

Forum|alt.badge.img+8
  • September 5, 2009
It uses an active X control that is included in the CAB file.

Forum|alt.badge.img+11
  • Author
  • September 6, 2009
Many thanks for Both