# File lib/ruote/part/local_participant.rb, line 308
    def is_cancelled?

      if fe = fexp
        return fe.h.state == 'cancelling'
      else
        true
      end
    end