Uses of Class
org.flowable.spring.integration.IntegrationActivityBehavior
-
Packages that use IntegrationActivityBehavior Package Description org.flowable.spring.integration -
-
Uses of IntegrationActivityBehavior in org.flowable.spring.integration
Methods in org.flowable.spring.integration that return IntegrationActivityBehavior Modifier and Type Method Description static IntegrationActivityBehaviorFlowable. inboundGatewayActivityBehavior(FlowableInboundGateway gateway)This is the bean to expose and then reference from your Flowable BPMN flow in an expression.Methods in org.flowable.spring.integration with parameters of type IntegrationActivityBehavior Modifier and Type Method Description voidFlowableInboundGateway. execute(IntegrationActivityBehavior receiveTaskActivityBehavior, DelegateExecution execution)voidFlowableInboundGateway. signal(IntegrationActivityBehavior receiveTaskActivityBehavior, DelegateExecution execution, String signalName, Object data)
-