Skip to main content
Nintex Community Menu Bar

Accessing data of completed process instance

  • August 10, 2006
  • 1 reply
  • 10 views

Forum|alt.badge.img+2
how can I get data of Process instance which has been completed, thorugh programming API?

(I know I can take a look in database.)

If I try to create an instance of ProcessInstance object which is completed, I get an error?

1 reply

Forum|alt.badge.img+5
  • August 10, 2006
I may be mistaken, but I believe your only options are to:

1. Query the k2log database

2. Use the FilterService (aka ReportService), which is still querying k2log (see KB000021)