fjtirado commented on code in PR #1906:
URL:
https://github.com/apache/incubator-kie-kogito-examples/pull/1906#discussion_r1572387490
##########
serverless-workflow-examples/serverless-workflow-dmn-quarkus/src/main/resources/traffic
violation.sw.json:
##########
@@ -0,0 +1,24 @@
+{
+ "id" : "traffic-violation",
+ "name" : "traffic-violation",
+ "version" : "1_0",
+ "start" : "traffic-violation",
+ "functions" : [ {
+ "name" : "DMNTest",
+ "operation" : "dmn",
+ "type" : "custom",
+ "metadata" : {
+ "file" : "Traffic Violation.dmn",
+ "namespace" :
"https://github.com/kiegroup/drools/kie-dmn/_A4BCA8B8-CF08-433F-93B2-A2598F19ECFF",
Review Comment:
Changing the namespace will imply to change the file, and I prefer to keep
the same file as used in other examples.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]