In the Rational Software Architect plug-in, how are activities transformed inside my state machine?
If you include an activity diagram inside the onentry/onexit actions in a state machine, you will see additional files prefixed by “activity” generated by the UML-to-SCXML transformer. However, in a state machine, the executable content cannot contain a state machine (it will not be interpreted properly by this SCXML plug-in). Therefore, although the activity transformation is done, it is not linked to the main state machine that contains it.