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?
Asked
Active
Viewed 2,905 times
2 Answers
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