Evaluate the decision table
To assess a decision table immediately after deployment, add this method to your application class:Build the web application with Maven
In the Package Explorer, selectpom.xml, right-click, and choose Run As > Maven Install. This generates a WAR file called dinner-dmn-0.1.0-SNAPSHOT.war in the target/ directory.
Deploy to Apache Tomcat
Copy thedinner-dmn-0.1.0-SNAPSHOT.war file from your Maven project to $ASEEFLOW_HOME/server/apache-tomcat/webapps.
Examine the Apache Tomcat server logs. Successful deployment is indicated by:
Verify the deployment with Cockpit
Access Cockpit at http://localhost:8080/camunda/app/cockpit. Log in withdemo / demo. Navigate to the Decisions section, where your Dish decision table should appear as a deployed decision definition.

Verify the evaluation with Cockpit
Select the Dish decision to open a dialog displaying when the decision table was evaluated.

Next steps
You’ve successfully established a project featuring your first DMN decision table. Consider these follow-up activities:- Review decision evaluation using the REST API
- Deepen your DMN knowledge through the DMN Reference
- Explore the Decision API of the process engine
- Discover how to trigger decisions from a BPMN business rule task
- Bonus: learn about the Decision Requirements Graph