Skip to main content
I have created a web-based application that uses K2 as the workflow engine. When a user starts up the application, I would like his or her worklist to be displayed on my main page together with other information. When a workitem is clicked, the application will open an appropriate form.

What is the best way to incorporate the K2 Worklist on an ASP.NET form? Should i do it programmatically or is there something like a 'webpart' I can use?

any help or pointers are appreciated.
I would recommend that you do it in code by referencing the K2ROM or the WorklistService web service in your application. It's really very simple to retrieve the user's worklist items and then you'll have total control over the display and formatting of the worklist items on the UI. Have a look in the K2.net Studio help file for some code samples.

Reply