Skip to content

Commit

Permalink
Revert "Remove KOGITO-ENT idefs"
Browse files Browse the repository at this point in the history
This reverts commit 88e3859.
  • Loading branch information
domhanak committed Jan 28, 2025
1 parent 88e3859 commit a612b71
Show file tree
Hide file tree
Showing 10 changed files with 86 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ For example, the following REST operations use the endpoint `/orders` to interac
image::kogito/creating-running/kogito-swagger-example-jbpm.png[Image of Swagger UI for example application]

NOTE: For the predefined {PRODUCT} example applications, the Swagger UI for interacting with service endpoints is available only on Quarkus examples that you run in
ifdef::KOGITO-ENT[]
development mode.
endif::[]
ifdef::KOGITO-COMM[]
development mode or in native mode.
endif::[]
Expand Down Expand Up @@ -4252,5 +4255,13 @@ image::kogito/bpmn/runtime-tools-dev-ui-code-editor-toolbar.png[Image of code ed

include::{asciidoc-dir}/dmn/chap-kogito-using-dmn-models.adoc[tags=con-kogito-service-execution]

ifdef::KOGITO-ENT[]
[role="_additional-resources"]
== Additional resources
* {URL_CREATING_RUNNING}[_{CREATING_RUNNING}_]
* {URL_DECISION_SERVICES}[_{DECISION_SERVICES}_]
* {URL_CONFIGURING_KOGITO}[_{CONFIGURING_KOGITO}_]
endif::[]

ifdef::parent-context[:context: {parent-context}]
ifndef::parent-context[:!context:]
Original file line number Diff line number Diff line change
Expand Up @@ -3655,6 +3655,13 @@ NOTE: If you are enabling security at runtime using the `quarkus.oidc.tenant-ena
* https://quarkus.io/guides/security-openid-connect#configuring-using-the-application-properties-file[Configuring using the application.properties file]
* https://quarkus.io/guides/security-openid-connect-multitenancy[Using OpenID Connect multi-tenancy]
ifdef::KOGITO-ENT[]
[role="_additional-resources"]
== Additional resources
* {URL_CREATING_RUNNING}[_{CREATING_RUNNING}_]
* {URL_DECISION_SERVICES}[_{DECISION_SERVICES}_]
* {URL_PROCESS_SERVICES}[_{PROCESS_SERVICES}_]
endif::[]
ifdef::parent-context[:context: {parent-context}]
ifndef::parent-context[:!context:]
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ As a developer of business processes and decisions, you can use {PRODUCT} busine
* Apache Maven 3.9.6 is installed.

// Modules - concepts, procedures, refs
ifdef::KOGITO-ENT[]
// tag::con-kogito-automation[]
[id="con-kogito-automation_{context}"]
== {PRODUCT} business automation

Expand All @@ -25,7 +27,8 @@ image::kogito/creating-running/kogito-assets-to-cloud_enterprise.png[Image of bu

When you use {PRODUCT}, you are building a cloud-native application as a set of independent domain-specific services to achieve some business value. The processes and decisions that you use to describe the target behavior are executed as part of the services that you create. The resulting services are highly distributed and scalable with no centralized orchestration service, and the runtime that your service uses is optimized for what your service needs.

If you need long-lived processes, you can persist the runtime state externally in a data grid such as Postgresql. Each {PRODUCT} service also produces events that can be consumed by other services. For example, if you use Apache Kafka, events can be aggregated and indexed in a data index service, offering advanced query capabilities through GraphQL.
// @comment: Excluding for simplicity for now (Stetson, 18 Feb 2020)
//If you need long-lived processes, you can persist the runtime state externally in a data grid such as Infinispan. Each {PRODUCT} service also produces events that can be consumed by other services. For example, if you use Apache Kafka, events can be aggregated and indexed in a data index service, offering advanced query capabilities through GraphQL.

{PRODUCT} includes components that are based on well-known business automation KIE projects, specifically https://drools.org[Drools], https://jbpm.org[jBPM], and https://optaplanner.org[OptaPlanner], to offer dependable open source solutions for business rules, business processes, and constraint solving.

Expand Down Expand Up @@ -268,6 +271,9 @@ curl -X POST http://localhost:8080/orders -H 'content-type: application/json' -H
image::kogito/creating-running/kogito-swagger-example-jbpm.png[Image of Swagger UI for example application]

NOTE: For the predefined {PRODUCT} example applications, the Swagger UI for interacting with service endpoints is available only on Quarkus examples that you run in
ifdef::KOGITO-ENT[]
development mode.
endif::[]
ifdef::KOGITO-COMM[]
development mode or in native mode.
endif::[]
Expand Down Expand Up @@ -3438,6 +3444,7 @@ curl -X POST http://localhost:8080/persons/8eef502b-012b-4628-acb7-73418a089c08/
----
--

ifdef::KOGITO-ENT[]
// tag::ref-kogito-glossary[]
[id="ref-kogito-glossary_{context}"]
== {PRODUCT} glossary of terms
Expand Down Expand Up @@ -3657,6 +3664,15 @@ Work item handler::
A Java object that contains the implementation logic for a custom task (work item).
////
// tag::ref-kogito-glossary[]
endif::[]

ifdef::KOGITO-ENT[]
[role="_additional-resources"]
== Additional resources
* {URL_DECISION_SERVICES}[_{DECISION_SERVICES}_]
* {URL_PROCESS_SERVICES}[_{PROCESS_SERVICES}_]
* {URL_CONFIGURING_KOGITO}[_{CONFIGURING_KOGITO}_]
endif::[]

ifdef::parent-context[:context: {parent-context}]
ifndef::parent-context[:!context:]
Original file line number Diff line number Diff line change
Expand Up @@ -2761,6 +2761,13 @@ For information about built-in event listeners and debug logging in the {DECISIO
--
////

ifdef::KOGITO-ENT[]
[role="_additional-resources"]
== Additional resources
* {URL_CREATING_RUNNING}[_{CREATING_RUNNING}_]
* {URL_PROCESS_SERVICES}[_{PROCESS_SERVICES}_]
* {URL_CONFIGURING_KOGITO}[_{CONFIGURING_KOGITO}_]
endif::[]

ifdef::parent-context[:context: {parent-context}]
ifndef::parent-context[:!context:]
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,13 @@ image::kogito/decision-tables/decision-table-example-03.png[Example decision tab

include::{asciidoc-dir}/dmn/chap-kogito-using-dmn-models.adoc[tags=con-kogito-service-execution]

ifdef::KOGITO-ENT[]
[role="_additional-resources"]
== Additional resources
* {URL_CREATING_RUNNING}[_{CREATING_RUNNING}_]
* {URL_PROCESS_SERVICES}[_{PROCESS_SERVICES}_]
* {URL_CONFIGURING_KOGITO}[_{CONFIGURING_KOGITO}_]
endif::[]

ifdef::parent-context[:context: {parent-context}]
ifndef::parent-context[:!context:]
Original file line number Diff line number Diff line change
Expand Up @@ -3737,6 +3737,13 @@ For example {PRODUCT} services that use the Trusty Service and Explainability Se
* https://github.com/apache/incubator-kie-kogito-examples/tree/stable/dmn-tracing-quarkus[`dmn-tracing-quarkus`]: A DMN decision service on Quarkus that uses the `kogito-addons-quarkus-tracing-decision` add-on to generate tracing events that the {PRODUCT} Trusty Service and Explainability Service can consume and expose.
* https://github.com/apache/incubator-kie-kogito-examples/tree/stable/trusty-demonstration[`trusty-demonstration`]: A tutorial for deploying the `dmn-tracing-quarkus` example application on Kubernetes as a demonstration of {PRODUCT} Trusty Service and Explainability Service capabilities in a cloud environment.

ifdef::KOGITO-ENT[]
[role="_additional-resources"]
== Additional resources
* {URL_CREATING_RUNNING}[_{CREATING_RUNNING}_]
* {URL_PROCESS_SERVICES}[_{PROCESS_SERVICES}_]
* {URL_CONFIGURING_KOGITO}[_{CONFIGURING_KOGITO}_]
endif::[]

ifdef::parent-context[:context: {parent-context}]
ifndef::parent-context[:!context:]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3718,6 +3718,13 @@ If the applicant passes both checks, then the loan is approved.

include::{asciidoc-dir}/dmn/chap-kogito-using-dmn-models.adoc[tags=con-kogito-service-execution]

ifdef::KOGITO-ENT[]
[role="_additional-resources"]
== Additional resources
* {URL_CREATING_RUNNING}[_{CREATING_RUNNING}_]
* {URL_PROCESS_SERVICES}[_{PROCESS_SERVICES}_]
* {URL_CONFIGURING_KOGITO}[_{CONFIGURING_KOGITO}_]
endif::[]

ifdef::parent-context[:context: {parent-context}]
ifndef::parent-context[:!context:]
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,14 @@ The following list describes some of the known issues in {PRODUCT} {PRODUCT_VERS
* In a {PRODUCT} service where a DMN decision model is invoked in a BPMN process model, when a user interacts with the service through REST API requests, a `HashMap cannot be cast to __OBJECT__` error is returned in the error log. [https://issues.redhat.com/browse/KOGITO-1332[KOGITO-1332]]
* A {PRODUCT} project that uses the Jobs Service as a timer service fails to execute timer nodes when the project is built in native mode. [https://issues.redhat.com/browse/KOGITO-1179[KOGITO-1179]]

ifdef::KOGITO-ENT[]
[role="_additional-resources"]
== Additional resources
* {URL_CREATING_RUNNING}[_{CREATING_RUNNING}_]
* {URL_DECISION_SERVICES}[_{DECISION_SERVICES}_]
* {URL_PROCESS_SERVICES}[_{PROCESS_SERVICES}_]
* {URL_CONFIGURING_KOGITO}[_{CONFIGURING_KOGITO}_]
endif::[]

ifdef::parent-context[:context: {parent-context}]
ifndef::parent-context[:!context:]
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,14 @@ After you define your serverless workflow definitions, you can build and deploy
.Additional resources
* {URL_CREATING_RUNNING}#chap-kogito-creating-running[_{CREATING_RUNNING}_]

ifdef::KOGITO-ENT[]
[role="_additional-resources"]
== Additional resources
* {URL_CREATING_RUNNING}[_{CREATING_RUNNING}_]
* {URL_DECISION_SERVICES}[_{DECISION_SERVICES}_]
* {URL_PROCESS_SERVICES}[_{PROCESS_SERVICES}_]
* {URL_CONFIGURING_KOGITO}[_{CONFIGURING_KOGITO}_]
endif::[]

ifdef::parent-context[:context: {parent-context}]
ifndef::parent-context[:!context:]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,13 @@ For more information about supported test scenario actions and data types, see t

For more information about FEEL data types, see xref:ref-dmn-feel-data-types_kogito-dmn-models[].

ifdef::KOGITO-ENT[]
[role="_additional-resources"]
== Additional resources
* {URL_CREATING_RUNNING}[_{CREATING_RUNNING}_]
* {URL_PROCESS_SERVICES}[_{PROCESS_SERVICES}_]
* {URL_CONFIGURING_KOGITO}[_{CONFIGURING_KOGITO}_]
endif::[]

ifdef::parent-context[:context: {parent-context}]
ifndef::parent-context[:!context:]

0 comments on commit a612b71

Please sign in to comment.