lib/ruote/workitem.rb in ruote-2.1.3 vs lib/ruote/workitem.rb in ruote-2.1.4

- old
+ new

@@ -62,9 +62,14 @@ def fields @h['fields'] end + def fields=( fields ) + + @h['fields'] = fields + end + # A shortcut to the value in the field named __result__ # # This field is used by the if expression for instance to determine # if it should branch to its 'then' or its 'else'. #