Process modelling

From OpenKM Documentation
Revision as of 10:45, 12 January 2012 by Pavila (talk | contribs) (Nodes)

Jump to: navigation, search

We are going to describe the elements which define a jBPM process. A process is composed by:

  • Nodes
  • Transitions
Workflow example simple.png

To create a process definition in a graphical way, you can use jBPM Graphical Process Designer. This tool is packaged as a Eclipse plugin.

Nodes

The define the states of the process definition. They are connected by transitions. Both define the different path which can be followed in a running process definition. A running process definition is called process instance.

There are several types of nodes:

Start node

Jbpm node start.png

End node

End nodes define the end of the process execution. A process may have several end nodes. In this case the process finish when the process arrives to any of these end nodes.

Jbpm node end.png

Task node

Jbpm node task.png

Node node

Jbpm node node.png

State node

Jbpm node state.png

Decision node

You can define the behaviour using a Action element, which will be executed when the process arrives to the node.

Jbpm node decision.png

Fork node

A fork node splits one path of execution into multiple concurrent paths of execution.

Jbpm node fork.png

Join node

Jbpm node join.png