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

ACT_HI_TASK table field completed_ by_query method not provided #3858

Closed Swiftlyfisher closed 9 months ago

Swiftlyfisher commented 9 months ago

Notice that 7.0.0 act_hi_task table added the completedby but HistoricTaskInstanceQuery does not provide query methods

tijsrademakers commented 9 months ago

As can be seen here, there is a query method provided https://github.com/flowable/flowable-engine/blob/main/modules/flowable-task-service-api/src/main/java/org/flowable/task/api/history/HistoricTaskInstanceQuery.java#L78