recordTransition(from, to) {
    if(typeof this.failedTransitions[from] === "undefined"){
      this.failedTransitions[from] = {};
    }