elguardian commented on PR #3583: URL: https://github.com/apache/incubator-kie-kogito-runtimes/pull/3583#issuecomment-2242252107
Hi the test is not correct. You need to access the process instance created by the engine, not your process instance like you are doing in here. For doing so, you need to create a listener and check the event start process (at that moment you can fetch the new process instance created and matched against the the subprocess id. -- 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]
