DotNetPart commented on issue #1214: URL: https://github.com/apache/incubator-kie-kogito-runtimes/issues/1214#issuecomment-1981666581
> we don't support for now this. but you can achieve something similar with customAsync = true metadata in a node. This actually leads to memory leaks... We have a simple workflow with WorkItemHandler and Script Task. When we complete WorkItem in handler - it actually runs script task synchronously and doesn't return execution control until script task gets completed. That's not how we've expected this to be. Adding customAsync=true to Script Task node works better, but leads to memory leaks unfortunately... -- 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]
