Showing a task that can optionally occur at many point

Started by Anders, August 26, 2014, 02:05:55 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Anders

I always find that representing a task that can be optionally done at many points in a process, really complicates the resulting diagram. For example, "Process A" in the attached.

Is there a neater way to represent this?

Paul Herber

In software flowcharting this is normally shown as an interrupt. It is quite normal to "Disable Interrupts" and later "Enable Interrupts" around bits of code where interrupts are not allowed.

Electronic and Electrical engineering, business and software stencils for Visio -

https://www.paulherber.co.uk/

wapperdude

That's about as clean as I can imagine.  There are no crossing lines, etc.   Flow is quite visual.

If you plan to detain process A, then, you might not want the shape to actually represent process A, but rather be a link to process A, like a subroutine call.  Then, process A would return to the original calling point.  Long way of saying Paul's "interrupt".

Wapperdude
Visio 2019 Pro

Yacine

Hi Anders,
same answer as my predecessors, but in other words.
In the example shown, I would chose a "link" shape for the repeating task and show the actual task separately to emphasize its repetitive charactere.
Yacine

Anders

Hi all, thanks for your help, I'll try out on my diagram and see what it looks like. I think it'll help :)