# File lib/ruote/exp/fe_participant.rb, line 205
    def reply_to_parent(workitem)

      workitem['fields'].delete('params')
      workitem['fields'].delete('dispatched_at')
      super(workitem)
    end