Created by: philmary
Number of Blossarys: 2
In BPMN, activities are: tasks, transactions, event sub-processes, call activities. There are activity markers and task types.
A Task is a unit of work, the job to be performed. When marked with a [+] symbol it indicates a Sub-Process, an activity that can be refined.
In BPMN, a Transaction is a set of activities that logically belong together; it might follow a specified transaction protocol.
In BPMN, an Event Sub-Process is placed into a Process or Sub-Process. It is activated when its start event gets triggered and can interrupt the higher level process context or run in parallel ...
In BPMN, a Call Activity is a wrapper for a globally defined Task or Process reused in the current Process. A call to a Process is marked with a [+] symbol.
Markers indicate execution behavior of activities: Sub-Process Marker, Loop Marker, Parallel MI Marker, Sequential MI Marker, Ad Hoc Marker, Compensation Marker.
Types specify the nature of the action to be performed: Send Task, Receive Task, User Task, Manual Task, Business Rule Task, Service Task, Script Task.