cancel
Showing results for 
Search instead for 
Did you mean: 

HistoricProcessInstanceQuery interface finished() method

pault
Star Contributor
Star Contributor
The finished() method described in the Javadoc for the above interface doesn't seem to be available? Has anyone seen it !

unfinished() is fine.
3 REPLIES 3

frederikherema1
Star Contributor
Star Contributor
In 5.0 GA this method is present, no doubt (line 37, 38)
/** Only select historic process instances that are completely finished. */
  HistoricProcessInstanceQuery finished();

pault
Star Contributor
Star Contributor
OK I'll take a look - I have 5.0rc1

pault
Star Contributor
Star Contributor
Ah yes - it is in the release notes -

[ACT-327] - Add finished() to the HistoricActivityInstanceQuery to be able find all completed activities

Should have looked there first !