Package org.activiti.spring.integration
Class Activiti
java.lang.Object
org.activiti.spring.integration.Activiti
Spring Integration Java Configuration DSL integration for Activiti.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ActivitiInboundGatewayinboundGateway(ProcessEngine processEngine, String... varsToPreserve) This is the component that you'll use in your Spring IntegrationIntegrationFlow.static IntegrationActivityBehaviorThis is the bean to expose and then reference from your Activiti BPMN flow in an expression.static org.springframework.messaging.MessageHandlersignallingMessageHandler(ProcessEngine processEngine) Any message that enters thisMessageHandlercontaining aexecutionIdparameter will trigger aRuntimeService.signalEventReceived(String).
-
Constructor Details
-
Activiti
public Activiti()
-
-
Method Details
-
inboundGateway
public static ActivitiInboundGateway inboundGateway(ProcessEngine processEngine, String... varsToPreserve) This is the component that you'll use in your Spring IntegrationIntegrationFlow. -
inboundGatewayActivityBehavior
public static IntegrationActivityBehavior inboundGatewayActivityBehavior(ActivitiInboundGateway gateway) This is the bean to expose and then reference from your Activiti BPMN flow in an expression. -
signallingMessageHandler
public static org.springframework.messaging.MessageHandler signallingMessageHandler(ProcessEngine processEngine) Any message that enters thisMessageHandlercontaining aexecutionIdparameter will trigger aRuntimeService.signalEventReceived(String).
-