jordigilh commented on issue #379:
URL: 
https://github.com/apache/incubator-kie-kogito-serverless-operator/issues/379#issuecomment-1919469156

   > Some results for the record:
   > 
   >     1. I have created this PL
   > 
   > 
   > ```
   > apiVersion: sonataflow.org/v1alpha08
   > kind: SonataFlowPlatform
   > metadata:
   >   name: sonataflow-platform
   > spec:
   >   build:
   >     template:
   >     config:
   >       strategyOptions:
   >         KanikoBuildCacheEnabled: "true"
   >   services:
   >     dataIndex:
   >       enabled: true
   >     jobService:
   >       enabled: true
   > ```
   > 
   >     2. I can see that ephemeral DI and JS where deployed well as expected. 
Positive health-checks, etc.
   > 
   >     3. I have deployed the callbackstatetimeouts WF, the deployment was 
successful, and this properties where generated.
   >        With the deployment above, since no extra stuff is added, an 
ephemeral deployment is assumed for the WF too.
   > 
   > 
   > The following properties where generated, and we can see that no jdbc url 
was produced as expected. The workflow starts fine, I the process definition is 
registered well in the DI too.
   > 
   > ```
   > "application.properties": "kogito.events.usertasks.enabled = false
   >    kogito.service.url = http://callbackstatetimeouts.usecase1
   >    quarkus.http.port = 8080
   >    quarkus.http.host = 0.0.0.0
   >    org.kie.kogito.addons.knative.eventing.health-enabled = false
   >    quarkus.devservices.enabled = false
   >    quarkus.kogito.devservices.enabled = false
   >    kogito.events.processdefinitions.enabled = true
   >    kogito.events.processinstances.enabled = true
   >    mp.messaging.outgoing.kogito-job-service-job-request-events.connector = 
quarkus-http
   >    mp.messaging.outgoing.kogito-job-service-job-request-events.url = 
http://sonataflow-platform-jobs-service.usecase1/v2/jobs/events
   >    mp.messaging.outgoing.kogito-processdefinitions-events.url = 
http://sonataflow-platform-data-index-service.usecase1/definitions
   >    mp.messaging.outgoing.kogito-processinstances-events.url = 
http://sonataflow-platform-data-index-service.usecase1/processes
   >    "
   > ```
   > 
   > }
   
   That works as well for me, since the WF uses an ephemeral instance. Have you 
tried with a production profile in the workflow?


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