| Package | Description |
|---|---|
| org.flowable.engine.delegate.event | |
| org.flowable.engine.delegate.event.impl | |
| org.flowable.engine.impl.bpmn.behavior |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractFlowableEngineEventListener.multiInstanceActivityCompleted(FlowableMultiInstanceActivityCompletedEvent event) |
protected void |
AbstractFlowableEngineEventListener.multiInstanceActivityCompletedWithCondition(FlowableMultiInstanceActivityCompletedEvent event) |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowableMultiInstanceActivityCompletedEventImpl
Implementation of an
FlowableMultiInstanceActivityCompletedEvent. |
| Modifier and Type | Method and Description |
|---|---|
static FlowableMultiInstanceActivityCompletedEvent |
FlowableEventBuilder.createMultiInstanceActivityCompletedEvent(FlowableEngineEventType type,
int numberOfInstances,
int numberOfActiveInstances,
int numberOfCompletedInstances,
String activityId,
String activityName,
String executionId,
String processInstanceId,
String processDefinitionId,
org.flowable.bpmn.model.FlowElement flowElement) |
| Modifier and Type | Method and Description |
|---|---|
protected FlowableMultiInstanceActivityCompletedEvent |
MultiInstanceActivityBehavior.buildCompletedEvent(DelegateExecution execution,
FlowableEngineEventType eventType) |
Copyright © 2019 Flowable. All rights reserved.