# 실행 scope 의 고정된 순서 # Question: 실행 범위는 어떤 순서로 세워지는가? direction: right n0: "profile 해석" { shape: rectangle } n1: "observation 개시" { shape: rectangle } n2: "consistency 바인딩" { shape: rectangle } n3: "callback 실행" { shape: rectangle } n0 -> n1: "고정 순서" n1 -> n2: "고정 순서" n2 -> n3: "고정 순서"