BPMN is a popular language used by business users for modeling business processes. BPMN defines terminology, different types of nodes, how these should be visualized, etc. People who are familiar with BPMN might find it easier to implement an executable process (possibly based on a BPMN process diagram) using a similar visualization. We have therefore created a BPMN skin that maps the Drools Flow concepts to the equivalent BPMN visualization.
For example, the following figure shows a process using some of the different types of nodes in the RuleFlow language using the default skin ...

Simply by switching the preferred process skin in the Drools preferences ...

and then reopening the editor shows the same process using the BPMN skin ...

Tell us what you like! Or more in general, let us know what you think the other features are that are important when deciding how to visualize (executable) business processes (as flow charts).
I found this a very nice feature.
ReplyDeleteWhat is the BPMN spec version used?
Has jBPM this skin feature too?
thanks
jBPM does not have this feature.
ReplyDeleteAt the moment it's not any version of the BPMN spec, we just used the BPMN icons from Eclipse, nothing more. When BPMN execution spec is finally public, we may implement it.