Interface TriggerableActivityBehavior
- All Superinterfaces:
ActivityBehavior,Serializable
- All Known Implementing Classes:
AbstractBpmnActivityBehavior,AbstractClassDelegate,AdhocSubProcessActivityBehavior,BoundaryCancelEventActivityBehavior,BoundaryCompensateEventActivityBehavior,BoundaryConditionalEventActivityBehavior,BoundaryEscalationEventActivityBehavior,BoundaryEventActivityBehavior,BoundaryEventRegistryEventActivityBehavior,BoundaryMessageEventActivityBehavior,BoundarySignalEventActivityBehavior,BoundaryTimerEventActivityBehavior,BoundaryVariableListenerEventActivityBehavior,BusinessRuleTaskActivityBehavior,CallActivityBehavior,CancelEndEventActivityBehavior,CaseTaskActivityBehavior,ClassDelegate,ClassDelegateCollectionHandler,ClassDelegateHttpHandler,DmnActivityBehavior,ErrorEndEventActivityBehavior,EscalationEndEventActivityBehavior,EventBasedGatewayActivityBehavior,EventSubProcessActivityBehavior,EventSubProcessConditionalStartEventActivityBehavior,EventSubProcessErrorStartEventActivityBehavior,EventSubProcessEscalationStartEventActivityBehavior,EventSubProcessEventRegistryStartEventActivityBehavior,EventSubProcessMessageStartEventActivityBehavior,EventSubProcessSignalStartEventActivityBehavior,EventSubProcessTimerStartEventActivityBehavior,EventSubProcessVariableListenerlStartEventActivityBehavior,ExclusiveGatewayActivityBehavior,ExternalWorkerTaskActivityBehavior,FlowNodeActivityBehavior,GatewayActivityBehavior,InclusiveGatewayActivityBehavior,IntermediateCatchConditionalEventActivityBehavior,IntermediateCatchEventActivityBehavior,IntermediateCatchEventRegistryEventActivityBehavior,IntermediateCatchMessageEventActivityBehavior,IntermediateCatchSignalEventActivityBehavior,IntermediateCatchTimerEventActivityBehavior,IntermediateCatchVariableListenerEventActivityBehavior,IntermediateThrowCompensationEventActivityBehavior,IntermediateThrowEscalationEventActivityBehavior,IntermediateThrowNoneEventActivityBehavior,IntermediateThrowSignalEventActivityBehavior,ManualTaskActivityBehavior,MultiInstanceActivityBehavior,NoneEndEventActivityBehavior,NoneStartEventActivityBehavior,ParallelGatewayActivityBehavior,ParallelMultiInstanceBehavior,ReceiveEventTaskActivityBehavior,ReceiveTaskActivityBehavior,ScriptTaskActivityBehavior,SendEventTaskActivityBehavior,SequentialMultiInstanceBehavior,ServiceTaskDelegateExpressionActivityBehavior,ServiceTaskExpressionActivityBehavior,ServiceTaskFutureJavaDelegateActivityBehavior,ServiceTaskJavaDelegateActivityBehavior,ShellActivityBehavior,SubProcessActivityBehavior,TaskActivityBehavior,TerminateEndEventActivityBehavior,TransactionActivityBehavior,UserTaskActivityBehavior,WebServiceActivityBehavior
- Author:
- Joram Barrez
-
Method Summary
Modifier and TypeMethodDescriptionvoidtrigger(DelegateExecution execution, String signalEvent, Object signalData) Methods inherited from interface org.flowable.engine.impl.delegate.ActivityBehavior
execute
-
Method Details
-
trigger
-