lib/ruote/exp/fe_error.rb in ruote-2.1.1 vs lib/ruote/exp/fe_error.rb in ruote-2.1.2
- old
+ new
@@ -75,16 +75,8 @@
persist_or_raise # to keep track of h.triggered
raise(Ruote::ForcedError.new(msg))
end
-
- def cancel (flavour)
-
- # TODO : should the error get removed from the process status ?
- # it's currently done when the exp gets 'unpersisted'
-
- reply_to_parent(h.applied_workitem)
- end
end
end