User: alex clicked save for category_number_one/dmn-boolean-test/boolean-test.bpmn

This commit is contained in:
demo 2022-11-17 04:10:25 +00:00
parent a0a59ec685
commit 4680baba3c
1 changed files with 6 additions and 2 deletions

View File

@ -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 &gt; 0 | a &lt; 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 }}