public class SendEventTaskActivityBehavior extends AbstractBpmnActivityBehavior
| Modifier and Type | Field and Description |
|---|---|
protected SendEventServiceTask |
sendEventServiceTask |
multiInstanceActivityBehaviorbpmnActivityBehavior| Constructor and Description |
|---|
SendEventTaskActivityBehavior(SendEventServiceTask sendEventServiceTask) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(DelegateExecution execution)
Default behaviour: just leave the activity with no extra functionality.
|
protected List<ChannelModel> |
getChannelModels(CommandContext commandContext,
DelegateExecution execution,
boolean sendOnSystemChannel) |
protected EventModel |
getEventModel(CommandContext commandContext,
DelegateExecution execution) |
protected boolean |
isSendOnSystemChannel(DelegateExecution execution) |
void |
trigger(DelegateExecution execution,
String signalName,
Object signalData) |
executeCompensateBoundaryEvents, findBoundaryEventsForFlowNode, getMultiInstanceActivityBehavior, getProcessDefinition, hasLoopCharacteristics, hasMultiInstanceCharacteristics, leave, setMultiInstanceActivityBehaviorleaveIgnoreConditions, parseActivityTypeprotected SendEventServiceTask sendEventServiceTask
public SendEventTaskActivityBehavior(SendEventServiceTask sendEventServiceTask)
public void execute(DelegateExecution execution)
FlowNodeActivityBehaviorexecute in interface ActivityBehaviorexecute in class FlowNodeActivityBehaviorprotected EventModel getEventModel(CommandContext commandContext, DelegateExecution execution)
protected boolean isSendOnSystemChannel(DelegateExecution execution)
protected List<ChannelModel> getChannelModels(CommandContext commandContext, DelegateExecution execution, boolean sendOnSystemChannel)
public void trigger(DelegateExecution execution, String signalName, Object signalData)
trigger in interface TriggerableActivityBehaviortrigger in class FlowNodeActivityBehaviorCopyright © 2023 Flowable. All rights reserved.