changes.mady.by.user Hannah
Saved on Aug 10, 2020
Saved on Aug 13, 2020
inputValue(input 위치에서 찾은 데이터)의 row count 만큼 roof 돌며 각 아이템에 대하여 지정한 Event 처리 후 output에 반환
trigger start
get value of "input" position (inputValue)
roof inputValue
filter (Condition of execution)
false : continue
run processEvent
put the value of the "output" position
next
...