Re: [I] Add ServerlessWorkflow function input arguments and output result to Data Index [incubator-kie-issues]
fjtirado closed issue #2143: Add ServerlessWorkflow function input arguments and output result to Data Index URL: https://github.com/apache/incubator-kie-issues/issues/2143 -- 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]
Re: [I] Add ServerlessWorkflow function input arguments and output result to Data Index [incubator-kie-issues]
fjtirado commented on issue #2143: URL: https://github.com/apache/incubator-kie-issues/issues/2143#issuecomment-3697250031 Two new properties added to Data Index nodes object: `inputArgs` and `outputArgs` -- 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]
Re: [I] Add ServerlessWorkflow function input arguments and output result to Data Index [incubator-kie-issues]
fjtirado commented on issue #2143: URL: https://github.com/apache/incubator-kie-issues/issues/2143#issuecomment-3696977092 For ServerlessWorkflow, input/output arguments recording will be enabled. To disable collection of arguments for a particular function use `kogito.sw.functions..recordArgs=false` For disabling it for all funcitons `kogito.sw.functions.recordArgs=false` -- 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]
[I] Add ServerlessWorkflow function input arguments and output result to Data Index [incubator-kie-issues]
fjtirado opened a new issue, #2143: URL: https://github.com/apache/incubator-kie-issues/issues/2143 Currently there is not way to find out which were the input arguments and the result of a serverless workflow function execution. The reason is that Node Instances information in Data Index is generic, and this is an specific detail of serverless workflow funciton which is not generic enough. However, nothing prevent to add this information to the metadata for nodes that execute serverless workflow functions, so it can be queried/shown in data index (as part of the already exiting node metadata property) -- 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]
