Difference between revisions of "Workflow Guide"
Line 4: | Line 4: | ||
jPDL can be configured with any database and it can be deployed on any application server. | jPDL can be configured with any database and it can be deployed on any application server. | ||
+ | |||
+ | == Resources == | ||
+ | You can download workflow examples and also some exercises that you should do. | ||
+ | |||
+ | The idea is like a student you take it as a reference, not simply executing the workflow exercises we've prepared, this material is only for your reference, but you must work on workflow exercises we propose to really get the skills on doing it. | ||
+ | |||
+ | * Download the eclipse project [File:Workflows.zip]. | ||
+ | * Extract in your computer. | ||
+ | * Use Eclipse import feature. | ||
{{Advice|See a example execution of a workflow at [[Sample Workflow Execution]].}} | {{Advice|See a example execution of a workflow at [[Sample Workflow Execution]].}} |
Revision as of 12:38, 16 January 2013
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.
Resources
You can download workflow examples and also some exercises that you should do.
The idea is like a student you take it as a reference, not simply executing the workflow exercises we've prepared, this material is only for your reference, but you must work on workflow exercises we propose to really get the skills on doing it.
- Download the eclipse project [File:Workflows.zip].
- Extract in your computer.
- Use Eclipse import feature.
See a example execution of a workflow at Sample Workflow Execution. |
- Overview
- Download JBoss Developer Studio
- Install JBoss Developer Studio
- Configure JBoss Developer Studio
- Download jBPM3
- Install jBPM3
- Configure jBPM3 in JBoss Developer Studio
- jBPM3 mail configuration
- Process modelling
- Hello world!
- Basic workflow creation
- Starting a workflow
- Use of node node
- Use of decision node
- Use of task node
- User input request
- Workflow Forms definition
- Administration interface
- Examples
Here you have some links with documentation and tutorials:
Also there are some interesting books: