public class SendEventActivityBehavior extends TaskActivityBehavior
| Modifier and Type | Field and Description |
|---|---|
protected SendEventServiceTask |
serviceTask |
isBlocking, isBlockingExpression| Constructor and Description |
|---|
SendEventActivityBehavior(SendEventServiceTask serviceTask) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
protected List<ChannelModel> |
getChannelModels(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity,
boolean sendOnSystemChannel) |
protected String |
getEventKey() |
protected EventModel |
getEventModel(PlanItemInstanceEntity planItemInstanceEntity,
String key) |
protected boolean |
isSendOnSystemChannel(PlanItemInstanceEntity planItemInstanceEntity) |
evaluateIsBlocking, triggertriggerexecuteclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteprotected SendEventServiceTask serviceTask
public SendEventActivityBehavior(SendEventServiceTask serviceTask)
public void execute(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity)
execute in class TaskActivityBehaviorprotected EventModel getEventModel(PlanItemInstanceEntity planItemInstanceEntity, String key)
protected boolean isSendOnSystemChannel(PlanItemInstanceEntity planItemInstanceEntity)
protected List<ChannelModel> getChannelModels(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity, boolean sendOnSystemChannel)
protected String getEventKey()
Copyright © 2023 Flowable. All rights reserved.