gmunozfe commented on code in PR #3774:
URL: 
https://github.com/apache/incubator-kie-kogito-runtimes/pull/3774#discussion_r1840281012


##########
kogito-serverless-workflow/kogito-serverless-workflow-executor-core/src/test/resources/wrong.sw.json:
##########
@@ -19,6 +19,11 @@
       "name": "logInfo",
       "type": "custom",
       "operation": "sysout:INFO"
+    },
+    {
+      "name": "pushData",
+      "type": "custom",
+      "operation": "script:python:print('javierito')"

Review Comment:
   Different operation but same name (which is the one to be checked) makes 
them duplicated, clear example!



-- 
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]

Reply via email to