feel icon indicating copy to clipboard operation
feel copied to clipboard

Expression Language for creating and executing business rules in decision table based on DMN 1.1 specification for conformance level 3

Results 10 feel issues
Sort by recently updated
recently updated
newest added

When i tried to update the excel file actions column, i must restart the engine to get the result updated. this is because the rootMap won't be created each time,...

The built-in list functions max, min, sum and mean currently only accept a single argument, a list of items to be aggregated. The DMN 1.2 specification, section 10.3.4.4 permits a...

1) title above is parsed as valid, confirming if this is valid. 2) also as and addendum to this, while testing alternatives i realized that "1 + 123 > 3"...

bug

Bumps [eslint](https://github.com/eslint/eslint) from 4.10.0 to 6.8.0. Release notes Sourced from eslint's releases. v6.8.0 c5c7086 Fix: ignore aligning single line in key-spacing (fixes #11414) (#12652) (YeonJuan) 9986d9e Chore: add object option...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.5. Commits aeb3e27 1.2.5 278677b 1.2.4 4cf1354 security notice 1043d21 additional test for constructor prototype pollution 6457d74 1.2.3 38a4d1c even more aggressive checks for protocol...

dependencies

Thanks for the work on this library! This PR addresses some critical audit problems. Also the upgrade to XLSX allows it to work in React (my main motivation for doing...

Have you ever looked at running the DMN tck with your library? For more info see https://github.com/dmn-tck/tck We are looking for a rule engine are don't really like the java...

In the following test suite, the tests `'evaluates true = true'` and `'evaluates true = false'` are evaluated correctly, showing the js-feel implementation seems to work properly, however the tests...

The DMN specification includes a string() function to allow conversion from other data types (e.g. numbers) When I try to evaluate string(1.1) as a FEEL expression I get ``TypeError: Cannot...