Book a Demo

Author Topic: InterruptibleActivityRegion  (Read 2483 times)

ceatley

  • EA User
  • **
  • Posts: 27
  • Karma: +0/-0
    • View Profile
InterruptibleActivityRegion
« on: August 03, 2004, 01:42:09 pm »
Setup:
Package - sandbox
sandbox contains Activity diagram - activeSand.
activeSand contains a Subactivity element - sub1
sub1 contains an Activity diagram - subactivity

subactivity contains:
An action - act1 and an InterruptibleActivityRegion - reg1

reg1 contains a Receive element - event

When I try to draw a interruptflow edge from event to act1, I get a pop up error:

"The requested connection is not UML compliant."

If subactivity is contained directly by a package, it works.

UML 2.0 superstructure doesn't indicate that you can't have an interruption at a nested activity level.

My question:  Is EA working correctly or did I find a bug?

It seems that you can not have an interruptflow in a nested activity diagram.

???