Skip to main content

Hello,

I have a .NET application that sends an email to a list of users that have requested the service, which contains information about all outstanding worklist items that they have. I can retrieve the user's worklist with K2Mng GetWorklistItems, however there is no process instance ID associated with that. Since the application does not run under the context of a user I cannot figure out a way of retrieving the process instance data (short of querying the database). I notice that a similar problem was addressed in this thread however that was running under the context of the logged in user, which my application does not.

 Does anyone have any ideas how I can get that magical process instance ID?

Thanks for the reply, I will give your suggestions a try.

Reply