Interface MapBasedFlowableFutureJavaDelegate

All Superinterfaces:
FlowableFutureJavaDelegate<ReadOnlyDelegateExecution,Map<String,Object>>, FutureJavaDelegate<Map<String,Object>>

public interface MapBasedFlowableFutureJavaDelegate extends FlowableFutureJavaDelegate<ReadOnlyDelegateExecution,Map<String,Object>>
A FlowableFutureJavaDelegate which has a ReadOnlyDelegateExecution as input and Map output data. By default this will have a copy VariableScope.getVariables() as the input data and will store all data from the output map as variables in the DelegateExecution
Author:
Filip Hrisafov