-
Bug Report
-
Resolution: Incomplete
-
L2 - Critical
-
None
-
None
-
None
Hi Team,
we have designed process with human tasks which are assigned to candidate group.
After execution completion on dashboard we are displaying count of completed task.
For the same we are using below Rest API with given query parameter
/history/task/count?finished=true&taskHadCandidateGroup='<group id>'
also tried with
/history/task/count?finished=true&taskInvolvedGroup='<group id>'
it always return zero and no mapping data present in act_hi_identitylink;
please suggest approach or I am missing anything