# File lib/ruote/part/storage_participant.rb, line 102 def update(workitem) r = @context.storage.put(workitem.h) r.is_a?(Hash) ? Ruote::Workitem.new(r) : r end