cancel
Showing results for 
Search instead for 
Did you mean: 

Resume a process in Alfresco Activiti using REST

skrish
Champ in-the-making
Champ in-the-making
Hi,

To resume a process through REST call in activiti-explorer, we have the following call:

PUT http://localhost:8080/activiti-rest/service/runtime/executions/<process Instance Id>

What is the equivalent call in Alfresco Activiti (Enterprise Activiti)?

The GET call works:
http://localhost:8080/activiti-app/app/rest/process-instances/<process Instance Id>

Thanks,
Siva
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
(Moved to enterprise forum)

It would be http://localhost:8080/activiti-app/api/process-instances?tenantId=XYZ

(all rest api's are accessible by the tenant admin only, as they give access to a lot of data!)