Skip to main content
Hi all, as part of a project i have to design a general information page. This is to contain data such as recent actions that a user has done and current tasks that the user has to see to.

Recent Actions should contain the activity, start date and status.
Current Tasks should contain the activity title, link to activity, status, last seen to by.

Can someone point me in a direction as to how to find this information within K2's db. Or is there a better way of doing this than linking directly to the db?

Regards

N.
Have a look at this KB article:
http://kb.k2workflow.com/Articles/KB000067.aspx

Another:
http://kb.k2workflow.com/Articles/KB000021.aspx
Cheers for that David.

That covers the recent activites. But for current tasks im not sure it does. Any other hints?
It sounds like you want to build a custom worklist that have reports too. Have a look at the K2ROM.dll and K2Mng.dll. In the K2.net help file look at the following classes:
SourceCode.K2ROM.Worklist,SourceCode.K2ROM.WorklistCriteria,SourceCode.K2ROM.WorklistItem and SourceCode.K2ROM.ProcessInstance. You should be able to find everything in there.

Good luck.

Dave

Reply