Call of an activity from two different activities

+1 vote
asked Jun 23, 2015 in Wanted features by anonymous

Hi,

is it possible to call an activity from two different source activities?

 

Something like this:

 

@start uml

start

:some activity;

:dataFlowCall]

call :some activity;

if ( i <> b ) then (true)

   :another activity;

   :same goes here]

   :yup, an activity;

   call :some activity;

else (false)

   :activity mountain;

endif

stop

@enduml

Thanks!

1 Answer

0 votes
answered Jun 23, 2015 by plantuml (298,440 points)
Hello,

Good suggestion, but how to exactly draw the "call".

Are you thinking about some "goto" ? After the "call", the execution flow should return to the calling point ? Or not ?

If you could find an existing drawing, it could help us to better understand.

Thanks again,
commented Jun 24, 2015 by anonymous
Hi.

I thought about something like this:
http://www.bilder-upload.eu/show.php?file=1ba3b0-1435133129.png

And by the way is it possible to implement the funktion of a data flow in an activity diagram, markt with Turquise in the picture.

Thanks a lot!
...