# 두 종착 상태 # Question: 파일 상태는 어디서 멈추는가? direction: right n0: "비terminal 상태" { shape: rectangle } n1: "PUBLISHED" { shape: rectangle } n2: "QUARANTINED" { shape: rectangle } n0 -> n1: "정상 종료" n0 -> n2: "격리로 이탈"