The status of activities can be inspected while in debug mode via the SHOW ACTIVITY command. There is no direct way to start, stop, suspend and resume an activity from the Debugger.
Subclasses: Primitive/Non-Primitive - an activity is considered primitive in one of the following cases:
● It is part of the lowest level of decomposition in the activity-chart, i.e. it does not contain any subactivities and has no controlling statechart.
● It contains subactivities and/or has a controlling statechart but the user has requested that it be treated as a stub when creating the prototype.For primitive activities, the Code Generator generates only templates. These templates must be completed manually with the code describing their behavior.