Package org.camunda.bpm.engine.cdi
Interface BusinessProcessEventType
- All Known Implementing Classes:
BusinessProcessEventType.DefaultBusinessProcessEventType
public interface BusinessProcessEventType
The type of a business process event. Indicates what is happening/has
happened, i.e. whether a transition is taken, an activity is entered or left,
a task is created, assigned, completed or deleted.
- Author:
- Daniel Meyer
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BusinessProcessEventType
Signifies that a task is assignedstatic final BusinessProcessEventType
Signifies that a task is completedstatic final BusinessProcessEventType
Signifies that a task is createdstatic final BusinessProcessEventType
Signifies that a task is deletedstatic final BusinessProcessEventType
Signifies that an activity is being left / was leftstatic final BusinessProcessEventType
Signifies that an activity is being entered / war enteredstatic final BusinessProcessEventType
Signifies that a transition is being taken / was takenstatic final BusinessProcessEventType
Signifies that a task is updated -
Method Summary
-
Field Details
-
TAKE
Signifies that a transition is being taken / was taken -
START_ACTIVITY
Signifies that an activity is being entered / war entered -
END_ACTIVITY
Signifies that an activity is being left / was left -
CREATE_TASK
Signifies that a task is created -
ASSIGN_TASK
Signifies that a task is assigned -
COMPLETE_TASK
Signifies that a task is completed -
UPDATE_TASK
Signifies that a task is updated -
DELETE_TASK
Signifies that a task is deleted
-
-
Method Details
-
getTypeName
String getTypeName()
-