Always in my tests, i have a question about the "finishDateBy" function of the "createHistoricProcessInstanceQuery". When i m reading the documentation, i ve seen that it would give me the ended process instances since the XXX date i ve chosen (for example : all the ended processes since the 1st of march)
But when i test it, in fact, it returns to me all the ended process instances UNTIL the XXX date.
So, my question is : How to return all the ended process instances SINCE the XXX (and not UNTIL the XXX) ?