我创建了具有 dmn 模型的 Drools-springboot 应用程序。我已经创建了该特定 dmn 文件的 .scesim 文件,并希望在 Visual Studio 代码中对其进行测试。我怎样才能做到这一点?我尝试使用 Kogito 运行,它运行良好,但我不确定如何使用 drools 执行 .scesim 文件。
问问题
156 次
1 回答
0
用于运行 scesim 文件。足以:
- 在您的项目中有“KogitoScenarioJunitActivatorTest”文件,例如参见 [1]
- 并且依赖于“kogito-scenario-simulation”工件 [2]
[2] https://github.com/kiegroup/kogito-examples/blob/stable/dmn-quarkus-example/pom.xml
于 2021-03-04T15:08:56.920 回答