# 전역 상태 판정 우선순위 # Question: 전역 상태는 어떤 순서로 정해지는가? direction: right n0: "임계 의존 불건강" { shape: rectangle } n1: "하나라도 NOT_SERVING" { shape: rectangle } n2: "하나라도 SERVING" { shape: rectangle } n3: "그 밖 — UNKNOWN" { shape: rectangle } n0 -> n1: "판정 순서" n1 -> n2: "판정 순서" n2 -> n3: "판정 순서"