Interface MapBasedFlowablePlanItemFutureJavaDelegate

All Superinterfaces:
FlowablePlanItemFutureJavaDelegate<ReadOnlyDelegatePlanItemInstance,Map<String,Object>>, PlanItemFutureJavaDelegate<Map<String,Object>>

public interface MapBasedFlowablePlanItemFutureJavaDelegate extends FlowablePlanItemFutureJavaDelegate<ReadOnlyDelegatePlanItemInstance,Map<String,Object>>
A FlowablePlanItemFutureJavaDelegate which has a ReadOnlyDelegatePlanItemInstance 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 DelegatePlanItemInstance
Author:
Filip Hrisafov