Interface FlowableErrorEvent

All Superinterfaces:
FlowableActivityEvent, org.flowable.common.engine.api.delegate.event.FlowableEngineEvent, org.flowable.common.engine.api.delegate.event.FlowableEvent
All Known Implementing Classes:
FlowableErrorEventImpl

public interface FlowableErrorEvent extends FlowableActivityEvent
An FlowableEvent related to an error being sent to an activity.
Author:
Frederik Heremans
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

    Methods inherited from interface org.flowable.engine.delegate.event.FlowableActivityEvent

    getActivityId, getActivityName, getActivityType, getBehaviorClass

    Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEngineEvent

    getExecutionId, getProcessDefinitionId, getProcessInstanceId, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeId

    Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent

    getType
  • Method Details

    • getErrorCode

      String getErrorCode()
      Returns:
      the error-code of the error. Returns null, if no specific error-code has been specified when the error was thrown.
    • getErrorId

      String getErrorId()