Skip to content

Commit

Permalink
[incubator-kie-issues-1295] Examples clean up (#1940)
Browse files Browse the repository at this point in the history
* [incubator-kie-issues-1295] examples clean up

* Update kogito-quarkus-examples/process-decisions-rules-quarkus/README.md

Co-authored-by: Jozef Marko <Jozef.Marko@ibm.com>

---------

Co-authored-by: Pere Fernández <pefernan@users.noreply.github.com>
Co-authored-by: Jozef Marko <Jozef.Marko@ibm.com>
  • Loading branch information
3 people authored Jun 5, 2024
1 parent 2a8521c commit 27a7ae8
Show file tree
Hide file tree
Showing 35 changed files with 39 additions and 2,619 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ Should return something like
```


Then to see the Task created perfor the following command
Then to see the Task created perform the following command

```
curl http://localhost:8080/persons/{uuid}/ChildrenHandling/{tuuid}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
#
# Then, build the image with:
#
# docker build -f src/main/docker/Dockerfile.native -t quarkus/kogito-infinispan-persistence-quarkus .
# docker build -f src/main/docker/Dockerfile.native -t quarkus/process-business-rules-quarkus .
#
# Then run the container using:
#
# docker run -i --rm -p 8080:8080 quarkus/kogito-infinispan-persistence-quarkus
# docker run -i --rm -p 8080:8080 quarkus/process-business-rules-quarkus
#
###
FROM registry.access.redhat.com/ubi8/ubi-minimal
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ After the Curl command, you should see a similar console log
"Suspended": "yes",
"ValidLicense": false
},
"fine": null,
"fine": {"Amount": 500.0, "Points": 3},
"violation": {
"Code": null,
"Date": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
#
# Then, build the image with:
#
# docker build -f src/main/docker/Dockerfile.native -t quarkus/kogito-infinispan-persistence-quarkus .
# docker build -f src/main/docker/Dockerfile.native -t quarkus/process-error-handling .
#
# Then run the container using:
#
# docker run -i --rm -p 8080:8080 quarkus/kogito-infinispan-persistence-quarkus
# docker run -i --rm -p 8080:8080 quarkus/process-error-handling
#
###
FROM registry.access.redhat.com/ubi8/ubi-minimal
Expand Down

This file was deleted.

Loading

0 comments on commit 27a7ae8

Please sign in to comment.