public interface SubflowAttributeMapper
Modifier and Type | Method and Description |
---|---|
MutableAttributeMap<java.lang.Object> |
createSubflowInput(RequestContext context)
Create a map of attributes that should be passed as input to a subflow.
|
void |
mapSubflowOutput(AttributeMap<?> output,
RequestContext context)
Map output attributes of an ended subflow flow to the resuming parent flow.
|
MutableAttributeMap<java.lang.Object> createSubflowInput(RequestContext context)
context
- the current request execution contextvoid mapSubflowOutput(AttributeMap<?> output, RequestContext context)
output
- the output attributes returned by the ended subflowcontext
- the current request execution context, which gives access to the parent flow scope