Skip to content

Commit

Permalink
Fixing string unification references
Browse files Browse the repository at this point in the history
  • Loading branch information
nmirasch committed Mar 5, 2024
1 parent 1128fc5 commit 3a4c0b3
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion serverlessworkflow/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ asciidoc:
# string unication references
data_index_ref: Data Index
workflow_instance: workflow instance
workflow_instances: ${workflow_instance}s
workflow_instances: workflow instances
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
// Referenced documentation pages
:path_resolution_url: https://quarkus.io/blog/path-resolution-in-quarkus/#defaults

//Common constants
:data_index_ref: Data Index
:workflow_instance: workflow instance
:workflow_instances: {workflow_instance}s

In {product_name} platform there is a dedicated supporting service that stores the data related to the {workflow_instances} and their associated jobs called *{data_index_ref}* service.
This service also provides a GraphQL endpoint allowing users to query that data and perform operations, also known as mutations in GraphQL terms.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
:test_containers_url: https://www.testcontainers.org/
:kubernetes_configmap_url: https://kubernetes.io/docs/concepts/configuration/configmap/
:quarkus_container_image_customizing_url: https://quarkus.io/guides/container-image#customizing
//Common constants
:data_index_ref: Data Index
:workflow_instance: process instance
:workflow_instances: {workflow_instance}s

[#data-index-service]
== {data_index_ref} service deployment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@
:mongo_url: https://www.mongodb.com/
:postgresql_url: https://www.postgresql.org/

//Common constants
:data_index_ref: Data Index
:workflow_instance: process instance
:workflow_instances: {workflow_instance}s


This document describes how you add the {data_index_ref} features to your workflow. You simply need to add the {data_index_ref} extension to the workflow and
the related data will be collected and stored in the database, enabling the GraphQL endpoint to execute queries and perform management operations over the {workflow_instances}.
The example described in this document is based on the link:{kogito_sw_timeouts_showcase_embedded_example_url}[`serverless-workflow-timeouts_showcase_embedded`] example application.
Expand Down

0 comments on commit 3a4c0b3

Please sign in to comment.