You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DMN Engine is a decision engine (rule engine) allowing to execute and evaluate the decisions defined in a DMN model. Its primary target is to evaluate the decision tables that transform the inputs into the output(s) using the decision rules.
This standalone process application is an example using Camunda Workflow Engine and Springboot. As for the use case, we will try to cook veg masala instant noodles else order from our favorite restaurant if we fail.
Sample Rules Engine where rules are defined in app config & exposed by API & BPMN that maps request codes to an array of possible rule matches in response.