Skip to main content
Hi,

Question regarding getting data for reports, I need to get ProcessInstance data, however K2Mng/GetProcessInstancesAll doesn't return data for specific process, just generic fields like folio, originator etc.
Am I doing something wrong? What would be correct way?

Thanks,
Leonid.
K2Mng.dll is the .NET Assembly/API to K2 Service Manager functionality; not reporting.

You will want to use the FilterService webservice to retrieve the report data. Please take a look at KB article 21 (http://kb.k2workflow.com/articles/kb000021.aspx). It provides examples of how to programmatically interact with the web service.

Reply