09-20-2017 11:33 AM
Currently, I only deployed activiti-app in my environment; I can create/run process instance successfully by dashboard, but there's a requirement to create/run process instance by script, e.g. REST API, how to do that?
Someone suggest to start activiti-rest and point to the same database, but it will report table conflict (MySQL).
Refer to the following thread for the detail:
09-20-2017 12:23 PM
Hi,
Refer to the documentation
To start a process instance via REST API :
POST runtime/process-instances
To start a process instance via Script
runtimeService.startProcessInstanceByKey
Explore our Alfresco products with the links below. Use labels to filter content by product module.