Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • 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

...