fjtirado commented on issue #3573:
URL: 
https://github.com/apache/incubator-kie-kogito-runtimes/issues/3573#issuecomment-2244936123

   @rgolangh I think your prposal is fine. However, as you know, we cannot add 
keys to functions directly, we wil have use metadata for that, therefore it 
will look like
   ```
   functions: 
      - name: createDeployment
        operation: kube.yaml#createDeployment
        metadata: 
            configKey: expression
   ```
   However, this just change the place where the config key expression is 
defined. I was proposing to define it as property, now is being defined as 
metadata in the process definition. And we are deciding that it will be 
evaluated upon invocation (I agree  that is the most obvious place) 
   


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