02-09-2017 01:37 PM
Hi, i'am trying to fetch identity links for historical tasks but I get an HTTP 404 even though there is a historical task for the id I am asking for.
GET history/historic-task-instance/{taskId}/identitylinks
Am I using the api in the wrong way or is this a configuration issue or some other problem?
Is there any other way to retrieve group and candidate information for historical tasks?
02-13-2017 05:29 AM
02-13-2017 10:43 AM
Hi Magnus Hellström ,
If you are using the Enterprise version, you can use the following REST call
http://localhost:8080/activiti-app/api/history/historic-task-instances/{taskid}/identitylinks
Or if you are using the Community Edition, version 5, you can use
http://localhost:8081/activiti-rest/service/history/historic-task-instances/{taskid}/identitylinks
Hope this helps,
Thanks,
Thong Huynh
02-16-2017 03:51 AM
Hi Thong,
I am using the community edition.
In fact, it seems that the Activiti documentation is wrong. According to the doc which states:
/historic-task-instance/
but, as your provided link, it should be /historic-task-instances/ instead
Thanks
Explore our Alfresco products with the links below. Use labels to filter content by product module.