I am looking for something that when a certain path/condition is followed will allow me to break out of the current workflow and move to the next (allowing for a decline of a process…) Break only works in an If loop (and as nested as I have this particular process I can’t even determine where that is…) so I tried terminate workflow. #1 - I am not sure exactly the purpose or use of that command (where is the information?) #2 when it hits it … it looks like it throws up an exception and literally ends the entire process right then… which is NOT what I was looking for.
Can someone please tell me if it’s possible and how/what is the best practice of doing this and move on from the currently called workflow back to the next item in the flow chart.
THANK YOU