case에 따라 flow를 분기할 수 있다.
inputValue(input 위치에서 찾은 데이터)의 row count 만큼 roof 돌며 각 아이템에 대하여 switchTerms 의 filter에 매치되는 첫번째 terms의 flowComponent를 실행하고 break
Define field
Switch
ID | Description |
---|---|
id | switch flow component id |
name | 이름 |
input | flow Component 처리 기준 데이터 위치 |
filter | 현재 flow Component 실행여부 판단 |
next | 다음 flow Component id ( |
Switch Terms (case)
ID | Description |
---|---|
id | terms id |
filter | 현재 terms 실행여부 판단. true이면 실행 후 break |
flowComponent | flow Component id |
switch start
next |
Status | ||||
---|---|---|---|---|
|
...