Hi there,
related to this, is there any way to add multiple do Behaviors to one state (do first this, then that), or would the only way be selecting an activity? I remember I had seen state machine diagrams somewhere where multiple operations were shown under do, don't remember however if this was in EA or other tools/documents.
Would look something like that:
do /
callOpA()
callOpB()
I've seen that I can do something like above when using the Edit Behavior and just type in text strings, however, I have operations defined for my class that is described by my state machine, and would prefer if I could just select them.
Thanks, Martin