Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们正面临 Camunda 编排器重新启动的问题。
在部署新版本的流程后,我们丢失了 DMN 的所有决策规则。
如果可能的话,您能否建议一个开箱即用的解决方案来保存规则并在重新启动后重新加载它们,如果不可能的话,也可以解释一下如何做到这一点?
谢谢
我猜你的 src/main/resources 中有一个版本的 dmn,所以它会在启动时自动部署......然后通过 REST“即时”部署更新的版本。 您还必须更新资源中的表或禁用自动部署,以免再次覆盖您的临时更改。
另请参阅:Camunda 从数据库加载 BPMN XML
相同的解释适用于任何类型的模型(BPMN、DMN、CMMN)