| Package | Description |
|---|---|
| org.flowable.engine.delegate.event | |
| org.flowable.engine.delegate.event.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FlowableMultiInstanceActivityCancelledEvent
An
FlowableEvent related to cancel event being sent to an activity. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractFlowableEngineEventListener.activityCancelled(FlowableActivityCancelledEvent event) |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowableActivityCancelledEventImpl
An
FlowableActivityCancelledEvent implementation. |
class |
FlowableMultiInstanceActivityCancelledEventImpl
An
FlowableMultiInstanceActivityCancelledEvent implementation. |
| Modifier and Type | Method and Description |
|---|---|
static FlowableActivityCancelledEvent |
FlowableEventBuilder.createActivityCancelledEvent(String activityId,
String activityName,
String executionId,
String processInstanceId,
String processDefinitionId,
String activityType,
Object cause) |
Copyright © 2019 Flowable. All rights reserved.