Skip to content

Commit

Permalink
Update serverlessworkflow/modules/ROOT/pages/use-cases/advanced-devel…
Browse files Browse the repository at this point in the history
…oper-use-cases/getting-started/create-your-first-workflow-project.adoc

Co-authored-by: Dominik Hanák <[email protected]>
  • Loading branch information
nmirasch and domhanak authored Mar 26, 2024
1 parent f975f8c commit 1ec5dd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ This allows you to use the same data source as the application persistence uses,

The Job Service facilitates the scheduled execution of tasks in a cloud environment. If any of your {product_name} workflow needs some kind of temporary schedule, you will need to integrate the Job service.

Once we decide we want a Job Service, we need to select how to integrate the service in our topology. Having different options like:
If you decide to use Job Service, you need to select how to integrate the service in your topology. Here are some options:

* We can choose to have the Job service integrated directly in our {product_name} Quarkus application using xref:use-cases/advanced-developer-use-cases/job-service/quarkus-extensions.adoc[].
* Explore how to integrate the Job service and define the interaction with our {product_name} application workflows. You can find more Job service related details in xref:job-services/core-concepts.adoc[Job Service Core concepts]
Expand Down

0 comments on commit 1ec5dd3

Please sign in to comment.