Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Resolution: Fixed
-
Affects Version/s: 4.1.2
-
Fix Version/s: 4.1.2
-
Component/s: Workflow
-
Labels:None
-
Bug Priority:
Description
For WorklfowService.getWorklows(WorklfowQuery), using Activiti:
Use HistoricProcessInstanceQuery.startedBy (START_USER_ID_) instead of using custom initiator property. This eliminates an extra join with the historic-details, since the initiator username is stored on the HistoricProcessInstance itself.
See CLOUD-667 fix...