Skip to main content

All Questions

1 vote
1 answer
639 views

Repeat while loop after a condition in PlantUML activity diagram

I'm dealing with some difficulties trying to achieve the proper look of the plantuml activity diagram. What I'm getting is on the left, I'd like to receive what's on the right, ie: more straight line ...
user3122901's user avatar
2 votes
0 answers
39 views

Is there a way to merge different path to the same Control block?

There are only two targeting block which is s1 and s2,but they come from different divergent path through many condtions,like: source code : @startuml !pragma useVerticalIf on :do sth1; if (cond1) ...
zionpi's user avatar
  • 2,641
2 votes
0 answers
360 views

plantuml activity diagram with parallel split execution joining in reverse order

I have this plant UML diagram with split lines. Now I want to change the notation so that I get the modifications drawn in red. @startuml start split :A; split again :B; split :C; split again :D;...
Mat's user avatar
  • 33
1 vote
0 answers
231 views

PlantUML Activity Diagram connect condition to other path

I have the following activity diagram in PlantUML (not finished till the END): @startuml start :A; :B; :C; if (D == TRUE?) then (YES) : E; : F; if (G?) then (no) stop else (Yes) :H; endif ...
JohnDoe's user avatar
  • 915
5 votes
0 answers
727 views

How to merge two disjointed branches in PlantUML activity diagram with new syntax?

I want to create an Activity Diagram with PlantUML's new beta syntax. I've got the basic decision logic diagram, but I'm having trouble trying to add a merge node to merge two execution branches. I ...
Leprechaun's user avatar
1 vote
1 answer
397 views

Bypassing an activity in plantUML activity diagram

I've been trying to figure for the life of me how to get this graph looking how I like it. Here's the closest I've gotten and it has been achieved with this code @startuml :A; split; -> A to B; ...
Narmondur's user avatar
  • 111
1 vote
0 answers
772 views

plantUML: swimlanes, overlapping connectors with flow continuation from 2 to 1

I'm taking this Q/A as a basis: plantUML: swimlanes and overlapping connectors The peculiarity there is that the action flow comes to an end in p1 and P2, the two boxes are detached. What can be done ...
Daniel Hönig's user avatar
3 votes
2 answers
1k views

How to I have an activity diagram with a continue statement in PlantUML

Given the following PlantUML code: @startuml start repeat :Task 1; if (Condition 1) then (Yes) :Task 2; else (No) :Continue Loop; endif if (Condition 2)...
millie's user avatar
  • 2,780
0 votes
0 answers
300 views

How to make a simple activity diagram in PlantUML?

Is there a way to create an activity diagram that looks like this? I don't mean the exact layout, but rather the flow. I've tried using both the new and legacy way, but I just cannot manage. It's ...
user3511858's user avatar
3 votes
0 answers
610 views

Is there a way to hide intermediate arrowheads in PlantUML activity diagrams?

I'm trying to remove the intermediate arrowhead in the activity diagram circled in red below: @startuml start repeat :read data; :generate diagrams; repeat while (more data?) is (yes) ->no; ...
Jonathan Tay's user avatar
3 votes
1 answer
113 views

connection is lost at the end of the swimline on the plantuml

I'm having a little trouble making an activity diagram using plant uml. In this case I want to terminate a process to at one node point (stop). But it looks like I couldn't do this. Please help me. I ...
yourname's user avatar
0 votes
1 answer
1k views

PlantUML Activity diagram special Box Layout Output is needed

I have a problem and tried to solve it for the last 2 Days. I want to design an activity diagram/flow chart like this: Step1 Step2 Step3 --------->Output of Step 3 Step4 I can't draw/program an ...
GM1's user avatar
  • 3
1 vote
1 answer
3k views

Endless while loop with PlantUML

Using PlantUML, the following results in an arrow into nowhere as exit for the loop. How do I get rid of the arrow to nowhere to get an endless loop? start while (Always) is ( ) :do something; ...
Robin's user avatar
  • 11
2 votes
1 answer
3k views

PlantUML activity choice IF/ELSE show question on diamond and share targets across tests

I am using Plantuml diagramming for activity diagrams. I want to have the a series of choices and on each choice 'diamond' I want to show the query. However I also want to be able to link to the same ...
SystemsInCode's user avatar
0 votes
2 answers
1k views

How to connect two Actions directly in PlantUML?

I am trying to create a diagram in PlantUML and can't get my head around connecting two actons. The source code looks like this: @startuml skinparam rectangleBorderThickness 1 |#orange|Registrar| #...
Vladimir Markiev's user avatar

15 30 50 per page