# 재시도 결정의 순서 # Question: 재시도 판정은 어떤 순서로 걸리는가? direction: right n0: "절대 차단 여섯" { shape: rectangle } n1: "영구 실패 범주" { shape: rectangle } n2: "증거" { shape: rectangle } n3: "상태 · 실패별 규칙" { shape: rectangle } n0 -> n1: "통과" n1 -> n2: "통과" n2 -> n3: "통과"