jianrongzhang89 commented on code in PR #467: URL: https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/467#discussion_r1607223878
########## controllers/profiles/common/object_creators.go: ########## @@ -51,14 +54,17 @@ import ( // ObjectCreator is the func that creates the initial reference object, if the object doesn't exist in the cluster, this one is created. // Can be used as a reference to keep the object immutable -type ObjectCreator func(workflow *operatorapi.SonataFlow) (client.Object, error) +type ObjectCreator func(workflow *operatorapi.SonataFlow, support *StateSupport) (client.Object, error) Review Comment: @ricardozanini Thank you for your suggestion. Looking into it. -- 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]
