JBPM 6 tutorial for eclipse?

I am looking at jBPM user manual and trying to create a custom process to start playback. For example, I'm trying to set up a process that starts with a signal event triggered by another message in the application. While my intuition says it must be something trivial, I cannot find such an example. The jBPM documentation for events is not very verbose and does not come with any examples. In addition, the jBPM eclipse plugin does not contain any examples of building a process, and the Eclipse BPMN2.0 plugin documentation contains only broken links.

Could you please suggest any jBPM process design tutorials using one of the respective eclipse plugins (eclipse jBPM plugin or BPMN 2.0 modulator) from a developer perspective?

+3


source to share


1 answer


There are two books that can help you: the jbpm5 and jbpm6 developer guides. You can also look into the jbpm-bpmn2 module in the git repository where all bpmn2 constructs are tested. After all, the best doc is the source code and tests :)



+1


source







All Articles