-1

Does somebody know any good open source (ideally free) task + workflow management engine (library, framework)? Maybe something like activity.org.

Preferably with: organization structure (hierarchy) management, collaboration work, document workflows. Ideally with implementation of BPMN/BPEL.

Based on Ruby (ideally), Java, PHP. Or maybe does somebody know any plugins with this functionality (say for Redmine, Trac)?

tshepang
  • 12,111
  • 21
  • 91
  • 136
static
  • 8,126
  • 15
  • 63
  • 89
  • "Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, [describe the problem](http://meta.stackexchange.com/q/139399/) and what has been done so far to solve it." [What topics can I ask about here?](http://stackoverflow.com/help/on-topic) – Anil Jan 28 '14 at 17:24

2 Answers2

0

You may have a look to Bonita Open Solution from bonitasoft.

It is an BPMN 2.0 implementation in JAVA. It comes with a studio to design your processes, an engine to manage the execution of the processes you designed and the user experience, some kind of portal to manage your processes, see tasks assigned to users, ... BOS comes with a user directory where a user can have one or several roles in different groups so I think it may answer to your needs.

Concerning the language, it has been written in Java but it could be integrated in an external application written in the language you want. I have for example integrated it in a C# application as in a PHP application.

Concerning the PHP application, I've written an article on the subject a few mounth ago here : http://community.bonitasoft.com/blog/how-integrate-bos-engine-php-application

If you need more information, feel free to ask :)

Cheers

ttoine
  • 192
  • 1
  • 12
bouquetf
  • 435
  • 3
  • 13
-1

You may have a look on some opensource BPEL alternatives like;

  1. WSO2 BPS. You can find more information here.
  2. Apache ODE
Thilini Ishaka
  • 953
  • 1
  • 8
  • 13