# File lib/ruote/part/rev_participant.rb, line 123
    def on_reply

      part = lookup_code

      if part.respond_to?(:on_reply)
        Ruote.participant_send(part, :on_reply, 'workitem' => workitem)
      end
    end