Whats the difference between humanTask and Activity

1
+1
-1

I was trying to get the task that are pending for given case Id.

I could get the result when i tried the below url
/bonita/API/bpm/humanTask?f=caseId=1

But when tried using the below url its not working.
/bonita/API/bpm/activity?f=caseId=1

So, i got the doubt if activities are super set of human tasks? or not?

I am using version 7.3

Comments

Submitted by Sean McP on Thu, 08/11/2016 - 20:55

Are you trying to get all activities or only the ones that are related to humans? It makes no real sence for service tasks as they are automated...

Submitted by boyapati.ravikumar on Sat, 08/13/2016 - 09:20

Hi, My intention was to get all the humanActivities.

I could get them when i query with humanTasks. Since, humanTask is also an activity, why humanTasks are not in result when i query with activity.

No answers yet.
Notifications