Skip to main content
I'm developing an application in VB.Net windows forms and K2rom. When you call the OpenWorklist you get a list of all the workitems and there details. I notice you can tell if the workitem is already OPEN, Allocated, etc. Is it possible to find out who has the workitem allocated/open?

I guess you can add a process data field of 'allocatedto' and once you open the work item, insert the userid and update the workitem this can then be retrieved on the openworklistcall. Is there a better way of doing this?
Hi Dean,

The method you've described, would probably be the easiest solution. Alternatively, you'll have to make use of the K2Mng object model to retrieve all worklist items with the same folio and from that determine which user has got it Open/Allocated. This will obviously complicate things because of security permissions through K2Mng.

Hope this makes sense,
Ockert

Reply