oEscal commented on PR #3939:
URL: 
https://github.com/apache/incubator-kie-kogito-runtimes/pull/3939#issuecomment-3462703571

   The main comment for the PR is in the 
[quarkus/addons/knative/serving/deployment/src/main/java/org/kie/kogito/addons/quarkus/knative/serving/deployment/customfunctions/KnativeTypeHandler.java](https://github.com/apache/incubator-kie-kogito-runtimes/pull/3939/files#diff-8b04eb106db8ad8ef53349ddda2e092626646db2a3a9d6e5a1e8fdf23724d65f)
 file. 
   
   
   The other modifications in the PR allow for injecting any headers and 
queries from the previous state or action. For example, if the prior action's 
data contains the key `HEADER_customheader`, `HEADER_customheader` will not be 
sent in the request body to the current action. Instead, the action will 
receive the `customheader` header. This behavior was partially implemented in 
the [PR](https://github.com/apache/incubator-kie-kogito-runtimes/pull/3927), 
but there, the headers and queries can only be defined within the workflow as 
developer-provided arguments (the developer must select them before the query 
or its values). 


-- 
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]

Reply via email to