Skip to main content
Nintex Community Menu Bar

Worklist in Winform C#

  • August 14, 2008
  • 1 reply
  • 10 views

Forum|alt.badge.img+1

Hi guys, another (probably) silly question, please forgive me for that.


I just need some code to get a workitem list for an specific user (from there I can get the ID) from a winform Aplication in C#


We're making a custom application that displays the list in a form, and we're not sure on which is the best approach.


Probably is easy with the blackpearl api, but can't find any code.


Thanks in advance


 

1 reply

Forum|alt.badge.img+11
  • August 14, 2008
In the Developer Reference there are some examples of how to obtain a user's worklist.  To do this from a client application, it will need to reference the needed blackpearl assemblies.  If you will be distributing this application in your oragnization, you might also want to consider writing a web service that the client application will call to retreive the list.  Using the web service approach would mean you would not need to reference the k2 assemblies in your application.