【问题标题】:How to run .scesim files in Drools ? Is it even possible to run in Drools?如何在 Drools 中运行 .scesim 文件?甚至可以在 Drools 中运行吗?
【发布时间】:2021-03-04 07:53:28
【问题描述】:

我创建了具有 dmn 模型的 Drools-springboot 应用程序。我已经创建了该特定 dmn 文件的 .scesim 文件,并希望在 Visual Studio 代码中对其进行测试。我怎样才能做到这一点? 我尝试使用 Kogito 运行,它运行良好,但我不确定如何使用 drools 执行 .scesim 文件。

【问题讨论】:

    标签: java spring-boot drools dmn


    【解决方案1】:

    用于运行 scesim 文件。足以:

    • 在您的项目中有“KogitoScenarioJunitActivatorTest”文件,例如参见 [​​1]
    • 并且依赖于“kogito-scenario-simulation”工件 [2]

    [1] https://github.com/kiegroup/kogito-examples/blob/stable/dmn-quarkus-example/src/test/java/testscenario/KogitoScenarioJunitActivatorTest.java

    [2] https://github.com/kiegroup/kogito-examples/blob/stable/dmn-quarkus-example/pom.xml

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2012-06-05
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-09-03
      • 1970-01-01
      • 2012-03-14
      • 1970-01-01
      相关资源
      最近更新 更多