Class DefaultServiceTaskBehavior
java.lang.Object
org.activiti.runtime.api.connector.DefaultServiceTaskBehavior
- All Implemented Interfaces:
Function<DelegateExecution,,DelegateExecutionOutcome> DelegateExecutionFunction
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultServiceTaskBehavior(org.springframework.context.ApplicationContext applicationContext, IntegrationContextBuilder integrationContextBuilder, VariablesPropagator variablesPropagator) -
Method Summary
Modifier and TypeMethodDescriptionapply(DelegateExecution execution) We have two different implementation strategy that can be executed in according if we have a connector action definition match or not.booleanhasConnectorBean(DelegateExecution execution)
-
Constructor Details
-
DefaultServiceTaskBehavior
public DefaultServiceTaskBehavior(org.springframework.context.ApplicationContext applicationContext, IntegrationContextBuilder integrationContextBuilder, VariablesPropagator variablesPropagator)
-
-
Method Details
-
apply
We have two different implementation strategy that can be executed in according if we have a connector action definition match or not.- Specified by:
applyin interfaceFunction<DelegateExecution,DelegateExecutionOutcome>
-
hasConnectorBean
-