cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti and .NET integration

tj1
Champ in-the-making
Champ in-the-making
Hi guys!

I am begin to use Activiti BPM, but I'm more .NET developer. My intention would be to use .NET code as much as I can, cause we have some process elements already implemented and they could be reused. At the moment I am aware of two possibilities:
1) Create services and use it via service tasks.
2) Use event or task listeners and in java code behind  use dlls, services or do other stuff there.

Do you know any other ways to integrate .NET in Activiti?

Thank you in advance!
5 REPLIES 5

jbarrez
Star Contributor
Star Contributor
The easiest would be to communicate with the Activiti engine using REST.
Regarding the logic that can be reused … Im not sure how .NET and java would be usable … I would also wrap them into .NET REST services and call them like that.

osamamahmoud
Champ in-the-making
Champ in-the-making
is there any example to start with

yvoswillens
Champ in-the-making
Champ in-the-making
Hi,

The Activiti REST API is describe here; http://www.activiti.org/userguide/#_rest_api

Regards,

Yvo

osamamahmoud
Champ in-the-making
Champ in-the-making
i did viewed the userguide but i'm totally new Smiley Happy can you help me to find step by step topic or youtube video for doing that ,and appreciate your fast reply

jbarrez
Star Contributor
Star Contributor
Activiti is a java framework, and some affinity with Java is needed  I'm afraid.
Basically, you have to download the zip from the website, download apache tomcat and drop it in the /webapps folder, then boot up the tomcat server.