# 재개가 붙는 쪽과 붙지 않는 쪽 # Question: 리스의 재개 지점은 어느 실행에 전달되는가? direction: right n0: "AdminOperationLease" { shape: rectangle } n1: "리드라이브 실행" { shape: rectangle } n2: "리플레이 실행" { shape: rectangle } n0 -> n1: "resumeFrom 전달" n0 -> n2: "시그니처에 없음"