# File lib/ruote/part/rev_participant.rb, line 97
    def on_workitem

      Ruote.participant_send(
        lookup_code,
        [ :on_workitem, :consume ],
        'workitem' => workitem)
    end