Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Have there been any free and open source BPMS released which run under .NET which are comparable (if not fuller) in functionality and maturity as JBPM?

share|improve this question

3 Answers

While not a full fledged BPMS, you can certainly use .NET's Workflow Management subsystem to build BPMS systems. It's not open source, but it is Free as in beer.

For example, see these articles:

http://www.codeproject.com/KB/dotnet/UnderstandWWF.aspx

http://www.devx.com/dotnet/Article/29992

share|improve this answer
It's worth noting that WF was rewritten from the ground up for version 4.0. – Robert Harvey Jun 10 '09 at 18:31
Thanks for the response. I would consider .NET Workflow Management for some potentially lighter weight projects, such as simple forms processing, etc., however, there would be more 'write our own' than 'out of the box' to try to upgrade it to a BPMS ourselves. We're looking for something comparable to or better than JBPM out of the box. Anything much less than that and it begins to make more sense for us to just support Java and run JBPM. – Tom Jun 10 '09 at 19:00
Sharepoint also adds some additional BPMS features, but then you're not Free as in beer anymore. For what it's worth, I agree. WWF has a lot of potential, but you do have to build a lot yourself. – Mystere Man Jun 10 '09 at 22:00

NetBpm is a .Net Port of JBpm1. NetBpm is an open source platform for building, executing and managing workflows. It is very simple to use and integrate in other .Net applications.

This Bpm Tool supports the build of Applications which are able to turn business models into executable software models. Business analysts are able to use a model driven approach to design, implement, execute and track business processes. So business people can easily react on business and strategy changes.

http://www.netbpm.org/

share|improve this answer
Thanks for the response. I do like the idea of a direct port of JBPM, despite that normally ported products that are still primarily supported in their original form (in this case Java) very necessarily lag behind in feature additions. Unfortunately this one cannot be considered as a mature product or even a contender for business use. There has been only one release (a 0.x release at that) and doesn't appear to have progressed since January of 2007. – Tom Jun 10 '09 at 18:55

http://nginn.codeplex.com - NGinn BPM workflow engine. I'm the author and the only developer (as for now) and the project is a work in progress for quite a long time. It still needs a lot of work (writing a workflow engine is quite a complex task) but i hope will be helpful to others.

share|improve this answer
NGinn is obsolete? another options in .NET? – Kiquenet Feb 8 at 9:28

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.