Hi,
I have an testint int field with a default value of 0. When I create a Conditional Intermediate Event node in the flowchart with the condition testint is not Empty, the flowchart process still waits at that node as if 0 is considered empty.
Is there a way to treat the value 0 as not empty, so that the process doesn't get stuck at this condition?
I have an testint int field with a default value of 0. When I create a Conditional Intermediate Event node in the flowchart with the condition testint is not Empty, the flowchart process still waits at that node as if 0 is considered empty.
Is there a way to treat the value 0 as not empty, so that the process doesn't get stuck at this condition?
Comment