| Package | Description |
|---|---|
| org.flowable.engine.delegate.event | |
| org.flowable.engine.delegate.event.impl |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractFlowableEngineEventListener.activitySignaled(FlowableSignalEvent event) |
protected void |
AbstractFlowableEngineEventListener.activitySignalWaiting(FlowableSignalEvent event) |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowableSignalEventImpl
An
FlowableSignalEvent implementation. |
| Modifier and Type | Method and Description |
|---|---|
static FlowableSignalEvent |
FlowableEventBuilder.createSignalEvent(FlowableEngineEventType type,
String activityId,
String signalName,
Object signalData,
String executionId,
String processInstanceId,
String processDefinitionId) |
Copyright © 2018 Flowable. All rights reserved.