public interface DecisionTableVariableManager
| Modifier and Type | Method and Description |
|---|---|
void |
setDecisionServiceVariablesOnExecution(Map<String,List<Map<String,Object>>> executionResult,
String decisionKey,
DelegateExecution execution,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
void |
setVariablesOnExecution(List<Map<String,Object>> executionResult,
String decisionKey,
DelegateExecution execution,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
Copyright © 2020 Flowable. All rights reserved.