| Package | Description |
|---|---|
| org.flowable.spring.integration |
| Modifier and Type | Method and Description |
|---|---|
static FlowableInboundGateway |
Flowable.inboundGateway(ProcessEngine processEngine,
String... varsToPreserve)
This is the component that you'll use in your Spring Integration
org.springframework.integration.dsl.IntegrationFlow. |
| Modifier and Type | Method and Description |
|---|---|
static IntegrationActivityBehavior |
Flowable.inboundGatewayActivityBehavior(FlowableInboundGateway gateway)
This is the bean to expose and then reference from your Flowable BPMN flow in an expression.
|
| Constructor and Description |
|---|
IntegrationActivityBehavior(FlowableInboundGateway gateway) |
Copyright © 2020 Flowable. All rights reserved.