@startuml
Title Test Flow
|ERROR|
|PROCESS 1|
start
: Step 1;
if (Step 1 right?) then (no)
|ERROR|
: Error;
stop
elseif (Skip?) then (no)
|PROCESS 1|
: Step 2;
if (Still Valid?) then (no)
|ERROR|
: Error;
stop
else (yes)
endif
|PROCESS 1|
else (yes)
endif
|PROCESS 1|
: next step;
end
@enduml