cancel
Showing results for 
Search instead for 
Did you mean: 

start task using REST

krishan_deo
Champ in-the-making
Champ in-the-making
Hi,
I have created simple aaplication in activiti using servlet and deployed it on tomcat. Now I want to start the task from REST call.
please help me how I can start task. I read documentation but I didn't able to start process. Is I have to write REST method or without writing we can call?
2 REPLIES 2

jbarrez
Star Contributor
Star Contributor
I'm not sure I'm following … what is your goal? Exposing a REST API? Calling the REST API?

krishan_deo
Champ in-the-making
Champ in-the-making
Actually I deployed my process using servlet and it running on tomcat, now I want to start task using REST call.