public class BpmnModelEventDispatchAction extends Object implements EventDispatchAction
| Constructor and Description |
|---|
BpmnModelEventDispatchAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatchEvent(CommandContext commandContext,
FlowableEventSupport eventSupport,
FlowableEvent event) |
protected org.flowable.bpmn.model.BpmnModel |
extractBpmnModelFromEvent(FlowableEvent event)
In case no process-context is active, this method attempts to extract a process-definition based on the event.
|
public void dispatchEvent(CommandContext commandContext, FlowableEventSupport eventSupport, FlowableEvent event)
dispatchEvent in interface EventDispatchActionprotected org.flowable.bpmn.model.BpmnModel extractBpmnModelFromEvent(FlowableEvent event)
event - Copyright © 2020 Flowable. All rights reserved.