User: alex clicked save for category_number_one/dmn-boolean-test/boolean-test.bpmn
This commit is contained in:
parent
a0a59ec685
commit
4680baba3c
|
@ -29,8 +29,12 @@ b = 1</bpmn:script>
|
|||
*Col2:* a != 0
|
||||
|
||||
**Rules**
|
||||
| Rule | Col1 | Col2 | Col3 | Col4 |
|
||||
| *Rule 1 - a equals zero:* | True | False | False | False |
|
||||
| Rule | a == 0 | a > 0 | a < 0 | a != 0 |
|
||||
|------|-------|-------|-------|------|
|
||||
| 1 - a equals zero | True | False | False | False |
|
||||
| 2 - a is greater than zero | False | True | False | True |
|
||||
| 3 - a is less than zero | False | True | False | True |
|
||||
| 4 - nothing matches | - | - | - | - |
|
||||
|
||||
**Input Data**
|
||||
a = {{ a }}
|
||||
|
|
Loading…
Reference in New Issue