imixs / imixs-bpmn

Imixs BPMN2 Modelling Tool
10 stars 3 forks source link

Add a custom event element #5

Closed rsoika closed 9 years ago

rsoika commented 9 years ago

The event element is used to describe the imixs Activity Entities

rsoika commented 9 years ago

Decision: Events are also classified as Catching (for example, if catching an incoming message starts a process) or Throwing (such as throwing a completion message when a process ends).

Intermediate events representing something that happens between the start and end events.

So an activity event is a 'Catching' Intermediate event because it starts or continues the process triggered by a user interaction (click on the action button). E.g. accept order, decline order.... . The users action is what we need to 'catch' to continue our process flow.

=> IntermediateCachEvent

See: http://en.wikipedia.org/wiki/Business_Process_Model_and_Notation

rsoika commented 9 years ago

https://www.eclipse.org/forums/index.php/m/1265676/?srch=event#msg_1265676

rsoika commented 9 years ago

can be closed