if(nodeValueOutputs.containsKey(inputVarId)) {
                SDValue value = getSdValue(inputVarId);
                if(value != null && value.getSdValueType() == SDValueType.LIST) {
                    return ExecutionResult.createValue(inputVarId.getVariable(),
                            value);