Interface FlowableMultiInstanceActivityEvent

All Superinterfaces:
FlowableActivityEvent, org.flowable.common.engine.api.delegate.event.FlowableEngineEvent, org.flowable.common.engine.api.delegate.event.FlowableEvent
All Known Subinterfaces:
FlowableMultiInstanceActivityCancelledEvent, FlowableMultiInstanceActivityCompletedEvent
All Known Implementing Classes:
FlowableMultiInstanceActivityCancelledEventImpl, FlowableMultiInstanceActivityCompletedEventImpl, FlowableMultiInstanceActivityEventImpl

public interface FlowableMultiInstanceActivityEvent extends FlowableActivityEvent
A FlowableEvent related to a multi-instance activity within an execution.
Author:
Robert Hafner
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    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

    • isSequential

      boolean isSequential()