flowable/flowable-engine

historyService.createHistoricTaskInstanceQuery().taskInProgressStartedBy("*****").list() throws an exception

jin2001 opened this issue · 1 comments

When I got historicTasks by 【historyService.createHistoricTaskInstanceQuery().taskInProgressStartedBy("*****").list()】,
the program throws an exception 【Unknown column 'RES.IN_PROGRESS_STARTED_BY' in 'where clause' (ACT_HI_TASKINST)】

Code
flowable7.0.1

This was fixed with #3827