-
Type:
Bug Report
-
Resolution: Unresolved
-
Priority:
L3 - Default
-
None
-
Affects Version/s: None
-
Component/s: documentation, engine
The Javadoc of HistoricProcessInstanceQuery#finishedAfter() [1] is misleading, in a way that it is saying that only process instances that were finished after the a given date (i.e. END_TIME_ > #{finishedAfter}). But the actual implementation includes the given date (i.e. END_TIME_ >= #{finishedAfter}).
AT:
- the javadoc should document the actual behavior (i.e. >=)
- the documentation of the REST API is adjusted accordingly
- the same should be applied for
- #finishedBefore()
- #startedBefore()
- #startedAfter()
- HistoricActivityInstanceQuery#...
- and all other historic queries