Difference between revisions of "Workflow Guide"

From OpenKM Documentation
Jump to: navigation, search
Line 26: Line 26:
 
* [http://docs.jboss.com/jbpm/v3.2/userguide/html/ jBPM User Guide]
 
* [http://docs.jboss.com/jbpm/v3.2/userguide/html/ jBPM User Guide]
 
* [http://www.mastertheboss.com/en/jbpm/51-jbpm-tutorial-part.html jBPM Tutorial]
 
* [http://www.mastertheboss.com/en/jbpm/51-jbpm-tutorial-part.html jBPM Tutorial]
 +
* [http://www.bpm-guide.de/open-source-bpm/jbpm-simulation-tutorial/ jBPM Simulation Tutorial]
  
 
[[Category: Workflow Guide]]
 
[[Category: Workflow Guide]]

Revision as of 19:46, 20 April 2010

JBoss jBPM is a flexible, extensible framework for process languages. jPDL is one process language that is build on top of that common framework. It is an intuitive process language to express business processes graphically in terms of tasks, wait states for asynchronous communication, timers, automated actions,... To bind these operations together, jPDL has the most powerful and extensible control flow mechanism.

jPDL has minimal dependencies and can be used as easy as using a java library. But it can also be used in environments where extreme throughput is crucial by deploying it on a J2EE clustered application server.

jPDL can be configured with any database and it can be deployed on any application server.


Here you have some links with documentation and tutorials: