...
ID | Description |
---|---|
id | query flow component id |
name | 이름 |
type |
|
input | flow Component 처리 기준 데이터 위치 |
isNot | 부정연산 ( |
conjunction | 논리연산 ( |
output | flow Component 처리 결과 위치 |
filters | type = conjunction 인경우 하위 filter 설정 |
filterTerms | type = filter 인경우 하위 filterTerms 설정 |
next | 다음 flow Component id |
...
ID | Description |
---|---|
id | filter terms id |
field | 비교연산 기준 데이터 위치
|
isNot | 부정연산 ( |
method | 관계 연산자 (아래 상세 설명) |
value | 조건값 |
...