# 전송의 수명 규율 # Question: 전송의 수명은 어떤 순서인가? direction: right n0: "기동" { shape: rectangle } n1: "배수" { shape: rectangle } n2: "종료" { shape: rectangle } n0 -> n1: "수명 진행" n1 -> n2: "수명 진행"