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:
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
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.