# File lib/ruote/part/block_participant.rb, line 110
    def accept?(workitem)

      if block = get_block('accept?')
        block.call(workitem)
      else
        true
      end
    end