Hi Team,
I am not able to read swimlane id from asp.net application.
Could you please share any rest api call. so that we can get swimlane id.
Attached screen shot
Hi Team,
I am not able to read swimlane id from asp.net application.
Could you please share any rest api call. so that we can get swimlane id.
Attached screen shot
This actually might be something quite complicated to find out via the rest api.
Can you let me know what you need it for? Maybe there’s a better way of helping the overall problem
Hi Niall,
Thanks for quick reply.
Actually we want to set user group role based on Swimlane id.
Exm:
laneId1 : assign to some user group(userGroup1). so that only those users accessing Swimlane.
laneId2 : usergroup2- only accessing those users has userGroup2 rights.
Ok, well there are probably better ways of doing that than by using the swim lanes.
Swim lanes are treated only as a diagrammatic aspect of the model and not used for execution.
If you want you can auto assign tasks to groups in the model itself by adding the group name to the Candidate Group
field
Thanks Niall for update. will do use candidate group.
Could you please share rest api end point to get candidate group?
Thanks
Santosh
If you get the task itself, it will return the candidate group as part of it
Hi Niall,
We are using following rest api call to get candidate group. but somtime its not working. is it correct api call?
Can you explain exactly what isn’t working?
giving the result:
{
"type": "NotFoundException",
"message": "RESTEASY003210: Could not find resource for full path: http://localhost:8080/engine-rest/task/67e7be3e-de51-11eb-8a21-d03745f25b7e/identify-links"
}
http://localhost:8080/engine-rest/task/ giving me correct list of tasks
@santosh_t2 It should be indentity-links
and not identify-links