| Package | Description |
|---|---|
| org.flowable.spring.integration |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlowableInboundGateway.execute(IntegrationActivityBehavior receiveTaskActivityBehavior,
DelegateExecution execution) |
void |
FlowableInboundGateway.signal(IntegrationActivityBehavior receiveTaskActivityBehavior,
DelegateExecution execution,
String signalName,
Object data) |
Copyright © 2022 Flowable. All rights reserved.