Skip to main content

I need to write some code that, when lets say 100 prcess instances of a particular process are kicked off, notifies a particular person (or persons) about ALL of these process instances (and show 100 links, one to each of the work list items) in one email.  I have no idea how to do that.  The issue is that code executing in a particular user's context only pulls up THAT user's worklist but I need to email a set of different users, and for each user, I need to email them THEIR worklist with their active worklist items belonging to a particular named process.


 Any ideas would be welcome.


 Thanks,


-alex

The K2 Management API might helpful (SourceCode.Workflow.Management) It requires a K2 administrator context to use but it can give you a list of all outstanding work items.


-Eric


Reply