# 청구된 행이 갈리는 네 종착 # Question: 청구된 행은 어디로 끝나는가? direction: right n0: "IN_FLIGHT" { shape: rectangle } n1: "PUBLISHED" { shape: rectangle } n2: "AMBIGUOUS" { shape: rectangle } n3: "FAILED" { shape: rectangle } n4: "EXHAUSTED" { shape: rectangle } n0 -> n1: "확인" n0 -> n2: "모름" n0 -> n3: "실패" n0 -> n4: "소진"