How to use null safe operator in drools decision table -


please let me know how use ".?" (null safe operator) in drools decision table(spreadsheet). attached spreadsheet, mdcl object need add null safe operator. please let me know if need add additional information, i'm new drools.

enter image description here

the null-safe operator in drools !., not .? - see documentation. can use inside decision tables when writing rules.

in example, change condition mdcl.mdcl_health.get("mdcl").value mdcl!.mdcl_health.get("mdcl").value fire rule if mdcl not null.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -