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