Hi Team,
I want to know about the api details of Bonita 7.2 which can assing the user task to a group.
I have gone through the document of bonita 7.2 and got one api details which is
http://localhost:8080/bonita/API/bpm/userTask/{taskId}
payload: {“assigned_id” : “203”}
My problems is:
steps 1: created a group and got id is → 203
steps 2: created a user and got id is → 203 in that case how do i distinguish between the group id and user id. I can see the above api payload is taking only one input parameter that is assigned_id.
so could you please help me to how i can achive?