Start new Activiti process from external RoR code

cancel
Showing results for 
Search instead for 
Did you mean: 
gbanks
Active Member II

Start new Activiti process from external RoR code

We have requirements to generate a new Activiti Process when information is entered into a web service. How can I trigger a new process instance (with certain variables pre-populated) from the external code?

1 Reply
cjose
Senior Member II

Re: Start new Activiti process from external RoR code

Activiti has a rich set of REST APIs which you can use to start process instances. The APIs are documented in both the community documentation as well as in the enterprise documentation which you can refer depending on the product which you are using. I was able to find a thread where I provided a quick overview of those APIs -  

Hope this helps.

Ciju