Skip to main content
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?
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)

Reply