fjtirado commented on issue #3820: URL: https://github.com/apache/incubator-kie-kogito-runtimes/issues/3820#issuecomment-2639732874
@shootsoft There are two issues here. 1. The workflow definition that use to work is not working anymore, we need a reproducer for that (or the complete workflow definition). That validation is required, so there is either a bug in the code or in the definition, thats why we need the complete definition. 2. This is minor, but I think you should take a look at an example of embedded workflow usage with events (so you avoid using the internal API to signal the event) https://github.com/apache/incubator-kie-kogito-runtimes/blob/main/kogito-serverless-workflow/kogito-serverless-workflow-executor-tests/src/test/java/org/kie/kogito/serverless/workflow/executor/PersistentApplicationTest.java#L74-L94 -- 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]
