lib/ruote/exp/fe_cancel_process.rb in ruote-2.1.1 vs lib/ruote/exp/fe_cancel_process.rb in ruote-2.1.2
- old
+ new
@@ -60,15 +60,8 @@
def reply (workitem)
# never called
end
-
- def cancel (flavour)
-
- # has to let the workitem rebound for the whole process to get cancelled
-
- reply_to_parent(h.applied_workitem)
- end
end
end