2

I have the following activity Diagram that I made in IBM Rhapsody:

enter image description here

I can simulate without issues. But when I want to add an interruptible region, I get the following errors : enter image description here

And Obviously I am not able to simulate.

Could you please tell me what am I missing here ?

eglease
  • 2,445
  • 11
  • 18
  • 28
E_genin
  • 55
  • 4

1 Answers1

2

I think Rhapsody simulation doesn't support interruptible regions. This would be consistent with the fUML-specification for executable UML. In this specification interruptible regions are excluded.

Axel Scheithauer
  • 2,758
  • 5
  • 13
  • I am using SysMl in this example, I assume that it is still under this fUML, right ? – E_genin Jun 29 '23 at 23:35
  • 1
    Yes. This is the only specification for precise semantics of activities. SysML adds a tiny bit but everything else is taken over from UML and fUML. – Axel Scheithauer Jul 01 '23 at 08:27