I'm having trouble to represent something in a flow chart diagram as I'm not sure how to display the following condition other then with plenty of repetition.
if(condition1 || condition2 || condition3){
//Throw event
//Exit process
}
//contiune process