From 4680baba3c99365484e0e1bcab4c06395dfcd04a Mon Sep 17 00:00:00 2001 From: demo Date: Thu, 17 Nov 2022 04:10:25 +0000 Subject: [PATCH] User: alex clicked save for category_number_one/dmn-boolean-test/boolean-test.bpmn --- category_number_one/dmn-boolean-test/boolean-test.bpmn | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/category_number_one/dmn-boolean-test/boolean-test.bpmn b/category_number_one/dmn-boolean-test/boolean-test.bpmn index d6b7cd6e..61909650 100644 --- a/category_number_one/dmn-boolean-test/boolean-test.bpmn +++ b/category_number_one/dmn-boolean-test/boolean-test.bpmn @@ -29,8 +29,12 @@ b = 1 *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 }}