# File lib/ruote/part/block_participant.rb, line 103
    def on_reply(workitem)

      if block = get_block('on_reply')
        block.call(workitem)
      end
    end