Activiti and .NET integration
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2015 02:58 PM
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!
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!
Labels:
- Labels:
-
Archive
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2015 05:21 AM
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.
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.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2015 07:46 AM
is there any example to start with

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2015 07:54 AM

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2015 10:36 AM
i did viewed the userguide but i'm totally new
can you help me to find step by step topic or youtube video for doing that ,and appreciate your fast reply

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-07-2015 08:51 AM
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.
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.
