February 2012
M T W T F S S
« Apr    
 12345
6789101112
13141516171819
20212223242526
272829  

PL/Flow — an WfMC-based Workflow implementation using PL/SQL

PL/SQL is a native language of Oracle, it’s an effective way to manipulate Oracle.  A lot of work can be done through PL/SQL programming, even workflow engine, which is usually implemented in Java.
PL/FLOW is an workflow engineer written in PL/SQL. Also it’s located in sourceforge: http://plflow.sourceforge.net/. This project is based on WfMC(Workflow Management Coalition), which [...]