OpenWorklist Platform for WinForm

  • 28 February 2006
  • 3 replies
  • 2 views

Badge +2
What value for Platform should I use (instead of "ASP")when I am trying to access the worklist from a WindowsApp.

When I am accessing my WorkList, I am getting an empty worklist with 0 worklistitems though I can see them in the workspace. I am accessing them from WinForm. Her's my code:

Dim myConn As New K2ROM.Connection
Dim myProc As K2ROM.ProcessInstance
Dim myWList As K2ROM.Worklist
Dim myWLItem As K2ROM.WorklistItem
Dim WLItem As K2ROM.WorklistItem

myConn.Open("myK2Server")
myProc = myConn.OpenProcessInstance(txtProcID.Text)
myWList = myConn.OpenWorklist("ASP")

Thanks for your help in advance!

3 replies

Badge +11
For an explanation of the platform parameter, please have a look at the following post:
http://forum.k2workflow.com/viewtopic.php?t=200

It really does not matter what you set the platform parameter too (in K2.net Studio when the worklist item is being created) as long as you retrieve the worklist items with the correct platform. The platform parameter is nothing more than a 'filter'.

Hope this helps,
Ockert
Badge +1
It appears this link no longer works, does anyone know of another place to look??
Badge +10

I think it is here


http://k2underground.com/forums/thread/13641.aspx


 

Reply