Flowcharting Method Calls

flowchart

I am doing out some flow charts and am wondering if I am approaching this correctly. In essence, I have several method calls and I am flowcharting each separately. However, several of these methods make a method call for some info and then continue. See this example:

enter image description here

I have 3 other methods that also call GetQueue() and I am wondering if I am representing this correctly. The AddQueue() flow visually looks like it is broken.

NOTE: Changes made in my flowchart:

enter image description here

Best Answer

Use a subroutine symbol for the method call (predefined process)

enter image description here

Related Topic