cancel
Showing results for 
Search instead for 
Did you mean: 

How to start a process by web service.

wojciech_kochma
Champ in-the-making
Champ in-the-making
I would like to use activiti as an standalone process server.
Is it possible to start a process by using webservice?
3 REPLIES 3

trademak
Star Contributor
Star Contributor
Hi,

Activiti provides a REST interface out-of-the-box which you can use, more info here:

http://activiti.org/userguide/index.html#N12257

If you want a SOAP web service then it's very easy to wrap the RuntimeService.startProcessInstanceByKey in a web service with for example Apache CXF.

Best regards,

kavi
Champ in-the-making
Champ in-the-making
Hi ,

Can you tell me as how to create my own webservice to call a process in detail?

If possible provide me with a sample.

i am struck

Thanks,
kavi

ronald_van_kuij
Champ on-the-rise
Champ on-the-rise
Like you need to do when wrapping any other code in a webservice with trhe framework of your choice. Has nothing to do with Activiti