| Package | Description |
|---|---|
| org.flowable.engine.delegate.event | |
| org.flowable.engine.delegate.event.impl |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractFlowableEngineEventListener.sequenceFlowTaken(FlowableSequenceFlowTakenEvent event) |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowableSequenceFlowTakenEventImpl |
| Modifier and Type | Method and Description |
|---|---|
static FlowableSequenceFlowTakenEvent |
FlowableEventBuilder.createSequenceFlowTakenEvent(ExecutionEntity executionEntity,
FlowableEngineEventType type,
String sequenceFlowId,
String sourceActivityId,
String sourceActivityName,
String sourceActivityType,
Object sourceActivityBehavior,
String targetActivityId,
String targetActivityName,
String targetActivityType,
Object targetActivityBehavior) |
Copyright © 2018 Flowable. All rights reserved.