# File lib/ruote/exp/fe_participant.rb, line 192
    def reply (workitem)

      pinfo =
        h.participant ||
        @context.plist.lookup_info(h.participant_name, workitem)

      pa = @context.plist.instantiate(pinfo, :if_respond_to? => :on_reply)

      pa.on_reply(Ruote::Workitem.new(workitem)) if pa

      super(workitem)
    end