Interface ActivitiErrorEvent
-
- All Superinterfaces:
ActivitiActivityEvent,ActivitiEvent
- All Known Implementing Classes:
ActivitiErrorEventImpl
public interface ActivitiErrorEvent extends ActivitiActivityEvent
AnActivitiEventrelated to an error being sent to an activity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetErrorCode()java.lang.StringgetErrorId()-
Methods inherited from interface org.activiti.engine.delegate.event.ActivitiActivityEvent
getActivityId, getActivityName, getActivityType, getBehaviorClass
-
Methods inherited from interface org.activiti.engine.delegate.event.ActivitiEvent
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getType
-
-