I have been using Spring State-machines for a while now and I have come across a situation where there has been a need to re-use a sub-machine in two different state-machines. I realized that the same submachine cannot be used in the same state-machine, is it the same with different machines as well?
Elaborating, if the sub-machine is in a different root element,isn't it possible to link it to a state machine in another root element?