]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/DefaultExecutionFlowDescriptorConverter.java
Primitive arguments working
[gpl/argeo-slc.git] / runtime / org.argeo.slc.core / src / main / java / org / argeo / slc / core / execution / DefaultExecutionFlowDescriptorConverter.java
index 277e4df0c93ab52a892f894343770ab4262a7e74..b940f74018c1e68d4500ba3d9832cf3d57d3ffd0 100644 (file)
@@ -130,6 +130,8 @@ public class DefaultExecutionFlowDescriptorConverter implements
                                                throw new UnsupportedException("Ref value type",
                                                                refValue.getType());
                                        }
+                               }else{
+                                       convertedValues.put(key, value);
                                }
                        }
                }