Interface FlowableMultiInstanceActivityCompletedEvent
- All Superinterfaces:
FlowableActivityEvent,FlowableEngineEvent,FlowableEvent,FlowableMultiInstanceActivityEvent
- All Known Implementing Classes:
FlowableMultiInstanceActivityCompletedEventImpl
public interface FlowableMultiInstanceActivityCompletedEvent
extends FlowableMultiInstanceActivityEvent
-
Method Summary
Modifier and TypeMethodDescriptionintintintMethods inherited from interface org.flowable.engine.delegate.event.FlowableActivityEvent
getActivityId, getActivityName, getActivityType, getBehaviorClassMethods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEngineEvent
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeIdMethods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent
getTypeMethods inherited from interface org.flowable.engine.delegate.event.FlowableMultiInstanceActivityEvent
isSequential
-
Method Details
-
getNumberOfInstances
int getNumberOfInstances() -
getNumberOfActiveInstances
int getNumberOfActiveInstances() -
getNumberOfCompletedInstances
int getNumberOfCompletedInstances()
-