# 정리가 일으키는 장애 # Question: 쌓인 백로그를 정리하면 무엇이 막히는가? direction: right n0: "정리" { shape: rectangle } n1: "락" { shape: rectangle } n2: "예약" { shape: rectangle } n0 -> n1: "무제한 DELETE" n1 -> n0: "장기 보유" n2 -> n1: "획득 시도" n1 -> n2: "막힘"