wmedvede commented on PR #311: URL: https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/311#issuecomment-1855616654
**Case2:** Given the platform of Case1, in a later point in time I try to deploy a workflow. Reproducer here: These are the generated properties for the workflow:  **here we can see:** quarkus.datasource.reactive.url = postgresql://postgres:5432/sonataflow?search_path=jobs-service (is not for the workflow, but for the jobs-service) quarkus.smallrye-health.check.\"org.kie.kogito.jobs.service.messaging.http.health.knative.KSinkInjectionHealthCheck\".enabled = false (is not for the workflow, but for the jobs-service) **Some missing properties for the workflow: (These ones are, this was my fault, I forgot to mention this ones :( )** mp.messaging.outgoing.kogito-job-service-job-request-events.connector=quarkus-http kogito.events.processdefinitions.enabled=false kogito.events.usertasks.enabled=false kogito.events.variables.enabled=false **Remainder:** If we detect that the Data Index is present, then we must also generate this properties for the workflow. I haven't tested this last, mp.messaging.outgoing.kogito-processinstances-events.url=http://<data index service correct url>/processes -- 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]
