Interface ActivitiActivityEvent
- All Superinterfaces:
ActivitiEvent
- All Known Subinterfaces:
ActivitiActivityCancelledEvent, ActivitiErrorEvent, ActivitiMessageEvent, ActivitiSignalEvent
- All Known Implementing Classes:
ActivitiActivityCancelledEventImpl, ActivitiActivityEventImpl, ActivitiErrorEventImpl, ActivitiMessageEventImpl, ActivitiSignalEventImpl
An
ActivitiEvent related to an activity within an execution;-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface ActivitiEvent
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getType
-
Method Details
-
getActivityId
String getActivityId()- Returns:
- the id of the activity this event is related to. This corresponds to an id defined in the process definition.
-
getActivityName
String getActivityName()- Returns:
- the name of the activity this event is related to.
-
getActivityType
String getActivityType()- Returns:
- the type of the activity (if set during parsing).
-
getBehaviorClass
String getBehaviorClass()- Returns:
- the behaviourclass of the activity (if it could be determined)
-