flowable / flowable-engine

A compact and highly efficient workflow and Business Process Management (BPM) platform for developers, system admins and business users.
https://www.flowable.org
Apache License 2.0
8.01k stars 2.63k forks source link

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

Closed jin2001 closed 4 months ago

jin2001 commented 4 months ago

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

filiphr commented 4 months ago

This was fixed with #3827