| Package | Description |
|---|---|
| org.flowable.engine.delegate.event | |
| org.flowable.engine.delegate.event.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FlowableProcessStartedEvent
An
FlowableEvent related to start event being sent when a process instance is started. |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowableEntityWithVariablesEventImpl
Base class for all
FlowableEngineEntityEvent implementations, related to entities with variables. |
class |
FlowableProcessStartedEventImpl
An
FlowableCancelledEvent implementation. |
| Modifier and Type | Method and Description |
|---|---|
static FlowableEntityWithVariablesEvent |
FlowableEventBuilder.createEntityWithVariablesEvent(FlowableEngineEventType type,
Object entity,
Map variables,
boolean localScope) |
Copyright © 2020 Flowable. All rights reserved.