# 승인이 실행에 닿기까지 # Question: 승인은 어떤 단계를 지나 실행에 닿는가? direction: right n0: "승인 발급" { shape: rectangle } n1: "가드 검증" { shape: rectangle } n2: "파괴적 실행" { shape: rectangle } n0 -> n1: "승인 문서" n1 -> n2: "VerifiedApproval"