Is it possible to add more than one action to "do Activity" of a state (state machine)

Hi,

I have a state with more than on “do Activity”
I’m able to add the first.
But when I add the second, it replaces the first.

How is it possible to have multiple “do Activity”?

yours,
Jean-Michel

Hi Seckin,

According to UML Spec Section 14.2.3.4.3

A State may also have an associated doActivity Behavior.`

State only allow one doActivity.

Best Regards,

Roy.