I have created Drools-springboot application having dmn model. I have created .scesim file of that particular dmn file and want to test it with in Visual Studio code. How I can achieve this ? I tried running with the Kogito, it runs fine but I am not sure hhow .scesim files are executed with drools.
Asked
Active
Viewed 412 times
1 Answers
0
For running scesim file. is enough to:
- have 'KogitoScenarioJunitActivatorTest' file in your project, see [1] for example
- and have dependency for a 'kogito-scenario-simulation' artifact [2]
[2] https://github.com/kiegroup/kogito-examples/blob/stable/dmn-quarkus-example/pom.xml

jomarko
- 127
- 3