11-12-2021 02:52 AM
Hello,
We need informations about APS rest API service.
To get users from Alfresco process service we use the APS rest API service, the web service used is "Alfresco Process Services api https://activiti.alfresco.com/activiti-app/api-explorer.html#!/users/getUsersUsingGET_1". The problem with this web service is the limit of the response, we only get the first 50 users. We know that the size is not handled for now. Can you tell us if it twill be handled in the next release APS 2.0 ?
Thank you for the help you would provide.
03-27-2022 01:02 PM
You can start process using below api.
URL :http://localhost:8080/activiti-app/api/enterprise/process-instances
Method ost
Body:
{ "processDefinitionId": "string", "processDefinitionKey": "string", "variables": [ { "name": "string", "scope": "string", "type": "string", "value": {} } ] }
Explore our Alfresco products with the links below. Use labels to filter content by product module.