Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Volkan on June 14, 2019, 11:40:28 am

Title: Reuse problems in activity diagrams
Post by: Volkan on June 14, 2019, 11:40:28 am
When I draw an activity diagram, I reused two existing actions by a drag-and-drop. But the control flow between the two actions is copied, too. I do not want to reuse the control flow. But when I deleted the control flow, the original flow was also deleted. Is there a way to figure this out? Thank you very much!
Title: Re: Reuse problems in activity diagrams
Post by: Geert Bellekens on June 14, 2019, 01:32:24 pm
You can't and shouldn't reuse actions. An action exists only in the scope of it's activity and is not supposed to be re-used.
The flows from and to actions are properties of these actions.

You can duplicate actions if you want by copy / Ctrl-Shift-V

Geert
Title: Re: Reuse problems in activity diagrams
Post by: Volkan on June 14, 2019, 03:06:12 pm
You can't and shouldn't reuse actions. An action exists only in the scope of it's activity and is not supposed to be re-used.
The flows from and to actions are properties of these actions.

You can duplicate actions if you want by copy / Ctrl-Shift-V

Geert

Hi Geert, Thank you very much for the reply!