cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti With Rest

krishan_deo
Champ in-the-making
Champ in-the-making
Hi,
Can any one please provide me simple example on activiti with rest api… I am very new in activiti. I searched on net but I could not able to find simple example… please help me
Thank You
3 REPLIES 3

trademak
Star Contributor
Star Contributor
Hi,

I'm not sure what kind of example you are looking for. The Activiti user guide is probably the best starting point.

Best regards,

krishan_deo
Champ in-the-making
Champ in-the-making
Hi,
I just want to deploy process and call task from rest. I go through activiti user guide but not able to understood. If u have any example or link please provide me
Thank You

skverma02
Confirmed Champ
Confirmed Champ
hi krishan.deo
you can check Activiti user guide chapter 15 here give the  all rest api .
if you want start a process then..




curl -u userid:userpassword -H "Content-Type: application/json" -d '{"processDefinitionKey":"key of your bpmn process", "variables":[ {"name":"id of your varialable in yor form", "value":"value of given variable"} ]}' http://localhost:8080/activiti-rest/service/runtime/process-instances