Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1.1
-
Fix Version/s: 1.1.2
-
Component/s: Service engine
-
Security Level: Public
-
- Environment:
- -
A check to retrieve the user task is done relatively to the Flowable's API: taskService.createTaskQuery().taskCandidateUser(bpmnUserId)...
We should use: taskService.createTaskQuery().taskCandidateOrAssigned(bpmnUserId)...