The Any State in Bolt 2 will recursively exit every state in any of its outgoing branches before entering its destination state. This is a breaking behaviour change from Bolt 1, where the Any State only exited its directly connected destination states. As pointed out by the community, this behaviour is not desirable and requires inelegant design hacks to work around.