sandeepchaudhary1093 opened a new issue, #3363:
URL: https://github.com/apache/incubator-kie-kogito-runtimes/issues/3363

   ### Describe the bug
   
   Ref: 
https://blog.kie.org/2021/09/kogito-process-eventing-add-ons.html#comment-357
   
   Regarding : kogito-process-eventing-add-ons
   Issue on build tool : spring boot
   issue: There is an issue in SpringBoot receiver class, which only listen for 
topics on default channel and ignore any other one.
   
   For catching intermediate event in workflow with spring boot, i had provided 
below properties
   
   kogito.addon.cloudevents.kafka.kogito_incoming_stream=start
   
kogito.addon.cloudevents.kafka.kogito_incoming_stream.intermediate=intermediate
   kogito.addon.cloudevents.kafka.kogito_outgoing_stream=end
   
   now after starting the workflow with “start” topic message, when i send a 
message to “intermediate” topic with the process instance id and 
type=”intermediate”, the workflow doesn’t recognise it.
   
   However if I send the same message to “start” topic with process inst id and 
type=”intermediate” then the message gets caught and the workflow continues.
   
   So only incoming and outgoing properties are recognised not the node 
specific(intermediate).
   
   
   ### Expected behavior
   
   For :
   kogito.addon.cloudevents.kafka.kogito_incoming_stream=start
   
kogito.addon.cloudevents.kafka.kogito_incoming_stream.intermediate=intermediate
   
   Event sent to "intermediate" topic with process instance id should be caught 
by workflow and workflow should progress.
   
   ### Actual behavior
   
   Only while sending event to "start" topic with "type": "intermediate" and 
process inst id works.
   
   Events sent to "intermediate" topic are not recognised by workflow.
   
   ### How to Reproduce?
   
   1. add a bpmn2 file with start, end and intermediate message event.
   2. send event to start message and then to intermediate event node.
   3. event to intermediate gets ignored.
   
   ### Output of `uname -a` or `ver`
   
   _No response_
   
   ### Output of `java -version`
   
   _No response_
   
   ### GraalVM version (if different from Java)
   
   _No response_
   
   ### Kogito version or git rev (or at least Quarkus version if you are using 
Kogito via Quarkus platform BOM)
   
   _No response_
   
   ### Build tool (ie. output of `mvnw --version` or `gradlew --version`)
   
   _No response_
   
   ### Additional information
   
   _No response_


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