Processes

Recall basic modeling concepts

In a business automation project, business process assets are described with BPMN diagram or CMMN diagrams. It's recommended to base the creation of diagrams on specifications definition, therefore, the implementation will be executable in any software which attends to the specification. Process modeling knowledge is not restricted to specific products. Just like a Java class… Continue reading Recall basic modeling concepts

authoring · basics · BPM · quick-guides

[jBPM7 QuickTips] Timers

The timer is an event activity, which asynchronously triggers subsequent activities based on a predetermined agenda.  It can be used as: a start event (i.e. start this process instance after 30 days from now), as an intermediate catching event (wait 5 minutes before starting the next task) ,as a boundary catching event for tasks or subprocesses (if a user… Continue reading [jBPM7 QuickTips] Timers