我正在使用 PlantUML 创建活动图。
Modify Details我想要的是出去的箭头OP2而不是菱形。
我有这个图:
@startuml
|Swimlane1|
start
:OP1;
|Swimlane2|
:OP2;
if (Form Valid?) then (No)
|Swimlane1|
:Modify Details; /' <-- This should point _back_ to OP2 '/
|Swimlane2|
else (Yes)
:Add Detals to System;
endif
:OP3;
|Swimlane2|
:foo5;
stop
@enduml
Run Code Online (Sandbox Code Playgroud)
这给出了这个图像: