# File lib/ruote/part/local_participant.rb, line 249
    def _on_workitem(wi)
      Ruote.participant_send(
        self, [ :on_workitem, :consume ], 'workitem' => wi)
    end