Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which .NET based BPM (Business Process Management) software recommended? [closed]

I need to recommend an open source business process management BPM software engine to work with.

Can anyone suggest such a BPM software to use?

Thanks for you time.

like image 874
Hadi Sharifi Avatar asked Jan 08 '14 21:01

Hadi Sharifi


3 Answers

After lot of search I found Skelta company who is provided excellent infrastructure in BPMS and engines that be added .NET platfoem to develop customize software

check it out http://www.skelta.com/products/bpm/features/ms-office-integration.aspx

like image 176
Ali Sarshogh Avatar answered Oct 06 '22 05:10

Ali Sarshogh


I checked several month ago but I didn't find any good opensource BPMS written for the .net platform.

Fortunatelly, nowdays most BPMS implement an HTTP API which could be accessed from a .net program, and many of them are provided as a cloud service.

I know best java based BPMS where, depending on your needs, you could check Bonita, jBPM (which embed a BRMS tool too) or Activiti. Some exist in other language but I have no feedback on them.

Cheers

like image 25
bouquetf Avatar answered Oct 06 '22 06:10

bouquetf


The Eclipse Process Manager "Stardust" (http://www.eclipse.org/stardust/) is a mature Java open source BPMS. Its commercial version is used in several products and projects in combination with .NET.

Relevant from this perspective:

  • browser-based process modeler
  • web service APIs, SOAP and REST
  • User interface mashup feature to include .NET UIs in workflows
  • Amazon Web Service Stardust image available (http://wiki.eclipse.org/Stardust/Knowledge_Base/Getting_Started/RTE_on_AWS)
  • commerical SaaS offering
like image 30
rob2universe Avatar answered Oct 06 '22 06:10

rob2universe