Class Flowable

java.lang.Object
org.flowable.spring.integration.Flowable

public class Flowable extends Object
Spring Integration Java Configuration DSL integration for Flowable.
Author:
Josh Long
  • Constructor Details

    • Flowable

      public Flowable()
  • Method Details

    • inboundGateway

      public static FlowableInboundGateway inboundGateway(ProcessEngine processEngine, String... varsToPreserve)
      This is the component that you'll use in your Spring Integration IntegrationFlow.
    • inboundGatewayActivityBehavior

      public static IntegrationActivityBehavior inboundGatewayActivityBehavior(FlowableInboundGateway gateway)
      This is the bean to expose and then reference from your Flowable BPMN flow in an expression.
    • signallingMessageHandler

      public static org.springframework.messaging.MessageHandler signallingMessageHandler(ProcessEngine processEngine)
      Any message that enters this MessageHandler containing a executionId parameter will trigger a org.flowable.engine.RuntimeService#signal(String).