lib/openwfe/storage/yamlextras.rb in openwferu-0.9.10.653 vs lib/openwfe/storage/yamlextras.rb in openwferu-0.9.11

- old
+ new

@@ -58,15 +58,15 @@ l = super() l.delete("@application_context") - l.delete("@timeout_job_id") + #l.delete("@timeout_job_id") #l.delete("@scheduler_job_id") # scheduler ids should not get persisted - return l + l end end # # making sure that the FlowExpressionId is serialized as a unique String @@ -106,10 +106,10 @@ # class XmlRawExpression def to_yaml_properties l = super() l.delete("@raw_representation") - return l + l end end end