Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to alternate order in flowchart?

How to alternate order in flowchart?

Imagine in the following flowchart,

enter image description here

"Want Fries" must be checked before checking "Want Drink". Now, I want to get an endpoint where, both of the conditions can be checked in any order. What should be the concise flowchart of it?

Update:

One possible diagram I made is the following but it looks not concise and also looks clumsy.

enter image description here

like image 702
Sazzad Hissain Khan Avatar asked Oct 17 '25 07:10

Sazzad Hissain Khan


1 Answers

You can use fork and join symbols to represent parallel processing. It indicates the start or end of a section of processes that can be done independently. The UML notation for fork and join is a straight line.

See the below picture. Flowchart

like image 187
Md. Jubair Ibna Mostafa Avatar answered Oct 21 '25 08:10

Md. Jubair Ibna Mostafa