Activity Diagram Short Declaration

0 votes
asked Feb 5, 2013 in Closed question / help by anonymous

How to Declare a short notation for specific activity ??

e.q:

In Seq Diagram participant X as "First Activuity"     

1 Answer

0 votes
answered Feb 6, 2013 by plantuml (294,960 points)

Hello,

You cannot do that in activity diagrams.

However, a brand new syntax has been release for activity (check http://plantuml.sourceforge.net/activity2.html).

You should consider using it.

Regards,

Arnaud

commented Feb 7, 2013 by anonymous
Thanks Arnaud,
I will consider the new syntax ..
BTW I found in the old syntax that you can write So:

(*) -->[Text Here]"First Activity" as X
--> "Second Activity" as Y
..................

then you can use X and Y later on
That fulfilled my needs :)

Thanks again for support

Ebra
...