2

For (application) server development with Delphi, I would like to use a workflow engine similar to the existing implementations for other programming languages (see http://en.wikipedia.org/wiki/Workflow_engine). Is there already an implementation or should I better write my own?

mjn
  • 36,362
  • 28
  • 176
  • 378

2 Answers2

2

There's a commercial product Common Knowledge which incorporates workflow and business rules.

LachlanG
  • 4,047
  • 1
  • 23
  • 35
  • It looks like it is can be used only via ActiveX from Delphi, not compiled into the executable. But at least it offers a Delphi API, so it is worth a try. – mjn Aug 16 '10 at 12:30
2

There is another one:

Workflow studio from Tms Software

http://www.tmssoftware.com/site/workflow.asp

Francis Lee
  • 975
  • 8
  • 23