# 같은 row 를 읽는 두 경로 # Question: 만료된 COMPLETED row 를 두 진입점이 같게 읽는가? direction: right n0: "만료된 COMPLETED row" { shape: rectangle } n1: "inspect" { shape: rectangle } n2: "claim" { shape: rectangle } n3: "COMPLETED_REPLAY" { shape: rectangle } n4: "TakenOverClaimed" { shape: rectangle } n0 -> n1: "같은 row" n0 -> n2: "같은 row" n1 -> n3: "재생하라" n2 -> n4: "소유하라"