Alternate Flows in Flow of Events Use Case

Hello,

I am trying to work out the best way of representing alternate flows in the use case flow of events.

I started by using the Controls (if, else if etc.), but this doesn’t allow me to end an alternate flow (I can only ever go back into the main flow) and I can’t see how I can jump certain steps in the main flow, which I need to do.

Any thoughts would be appreciated!

Thanks

Hi rachelhs66,

Thank you for your post. I am not sure if I get your question correct. By “ending an alternate flow”, are you looking for something like “break” in Java, which terminates the entire flow (i.e. skip all the steps until the end)? If yes, you may consider using “Exit”.

Best regards,
Jick Yeung