Skip to main content
Nintex Community Menu Bar

New to K2 quation - getting data

  • January 6, 2007
  • 1 reply
  • 8 views

Forum|alt.badge.img+1
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.

1 reply

Forum|alt.badge.img+9
  • Nintex Partner
  • January 11, 2007
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.