# 열 단계 중 안쪽 다섯 # Question: 안쪽 다섯 단계는 어떤 순서인가? direction: right n0: "ADMISSION" { shape: rectangle } n1: "DEADLINE_CANCELLATION" { shape: rectangle } n2: "IDEMPOTENCY" { shape: rectangle } n3: "VALIDATION" { shape: rectangle } n4: "SERVICE_ADAPTER" { shape: rectangle } n0 -> n1: "수용 여부" n1 -> n2: "남은 마감" n2 -> n3: "저장된 결과" n3 -> n4: "검증된 메시지"