Book a Demo

Author Topic: ControlFlow from CallBehavior nor possible  (Read 3400 times)

Alex Wahl

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
ControlFlow from CallBehavior nor possible
« on: November 08, 2013, 04:16:22 am »
I have an ActivityDiagramm containing two Actions. First i set the kind of the first action to CallBehavior and asign it to an behavoir.
Now i try to create an ControlFlow from my first action to the second action. At this point ea tells me that this connection is not UML compilant >:(. IMHO this connection is UML compilant. Has anyone a explanation for this behavior? Or maybe an woraround?
Thanks in advance
Alex

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: ControlFlow from CallBehavior nor possible
« Reply #1 on: November 08, 2013, 04:36:04 am »
From Superstructure Version 2.4.1
Quote
12.3.19 ControlFlow (from BasicActivities)
A control flow is an edge that starts an activity node after the previous one is finished.
So it is only allowed between activities, not actions.

q.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: ControlFlow from CallBehavior nor possible
« Reply #2 on: November 08, 2013, 09:00:09 am »
Install the latest version of EA.

The release notes for 1006 say
Quote
Call Behavior Actions can now be connected using Control Flow connectors.

Alex Wahl

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
Re: ControlFlow from CallBehavior nor possible
« Reply #3 on: November 08, 2013, 05:52:33 pm »
Thats it! Thanks!