lib/ruote/workitem.rb in ruote-2.1.8 vs lib/ruote/workitem.rb in ruote-2.1.9

- old
+ new

@@ -106,9 +106,16 @@ def result= (r) fields['__result__'] = r end + # When was this workitem dispatched ? + # + def dispatch_at + + fields['dispatched_at'] + end + # Warning : equality is based on fei and not on payload ! # def == (other) return false if other.class != self.class