# 원장의 전이 # Question: 원장은 어느 상태에서 전이하는가? direction: right n0: "IN_PROGRESS" { shape: rectangle } n1: "COMMITTED" { shape: rectangle } n2: "FAILED" { shape: rectangle } n0 -> n1: "결과 참조 있음" n0 -> n2: "실패 기록"