fjtirado commented on issue #3245: URL: https://github.com/apache/incubator-kie-kogito-runtimes/issues/3245#issuecomment-1929411125
There are not currently plans to support them in 0.8 implementation. Please note that you can include subflows in a parallel branch and that subflows can use intermediate (not starting ones) event states to stop that branch (Im assuming the first that a parallel branch will do is not consume the event, for that purpose, see next parragraph). You can do the same in for each, but I do not recomment to stop the loop waiting for an event, it wont have much sense. Also note that if your goal is to consume several event types and depending on the event type you want to execute one action or another you can associate a set of event types with a set of actions using event type. -- 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]
