gmunozfe commented on code in PR #642:
URL:
https://github.com/apache/incubator-kie-kogito-docs/pull/642#discussion_r1618421085
##########
serverlessworkflow/modules/ROOT/pages/job-services/core-concepts.adoc:
##########
@@ -49,42 +49,27 @@ Additionally, it can manage all the required configurations
for every workflow t
To learn how to install and configure the Job Service in this case, you must
read the xref:cloud/operator/supporting-services.adoc[Operator Supporting
Services] section.
[#executing]
-== Executing
+== Custom Execution
-To execute the Job Service in your docker or Kubernetes environment, you must
use the following image:
+To execute the Job Service in your docker or Kubernetes environment, you must
use any of the following images, depending on the persistence mechanism to use
<<job-service-postgresql, PostgreSQL>> or <<job-service-ephemeral, Ephemeral>>.
-* link:{jobs_service_image_allinone_url}[kogito-jobs-service-allinone]
+* `{jobs_service_image_postgresql}`
+* `{jobs_service_image_ephemeral}`
-In the next topics you can see the different configuration parameters that you
must use, for example, to configure the <<job-service-persistence,persistence
mechanism>>, the <<job-service-eventing-api, eventing system>>, etc.
-More information on this image can be found
link:{jobs_service_image_usage_url}[here].
+In the next topics you can see how to configure them.
+
+[NOTE]
+====
+The <<job-service-global-configurations, common configurations>> and the
<<job-service-eventing-api, eventing API configurations>> are the same for both
images.
+====
We recommend that you follow this procedure:
-1. Identify the <<job-service-persistence,persistence mechanism>> to use and
see the required configuration parameters.
+1. Identify the image to use depending on the persistence mechanism, and see
the required configuration parameters specific for that image.
2. Identify if the <<job-service-eventing-api, Eventing API>> is required for
your needs and see the required configuration parameters.
3. Identify if the project containing your workflows is configured with the
appropriate
xref:use-cases/advanced-developer-use-cases/job-service/quarkus-extensions.adoc#job-service-quarkus-extensions[Job
Service Quarkus Extension].
Review Comment:
Wrong link
```suggestion
3. Identify if the project containing your workflows is configured with the
appropriate
xref:use-cases/advanced-developer-use-cases/quarkus-extensions.adoc#job-service-quarkus-extensions[Job
Service Quarkus Extension].
```
--
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]