This is an automated email from the ASF dual-hosted git repository.
asf-ci-kie pushed a change to branch nightly-main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-examples.git
from 49d887000 KOGITO-7453: Extend error handling example to show usage of
error code (#1341)
add 5904656d6 [incubator-kie-issues#1220] Quarkus example to showcase PIM
functionality (#1979)
add ba943f8eb [Fix_#3569] Temporarily disabling SpecConversion example IT
test (#1982)
No new revisions were added by this update.
Summary of changes:
.../process-instance-migration-quarkus/README.md | 286 +++++++++++++++++++++
.../docker-compose/.gitignore | 0
.../docker-compose/README.md | 47 ++++
.../docker-compose/docker-compose.yml | 64 +++++
.../docker-compose/pgadmin/pgpass | 3 +
.../docker-compose/pgadmin/servers.json | 14 +
.../docker-compose/sql/init.sql | 2 +
.../docker-compose/startServices.sh | 40 +++
.../docs/images/addedtask.png | Bin 0 -> 46793 bytes
.../docs/images/modified.png | Bin 0 -> 49922 bytes
.../docs/images/simple.png | Bin 0 -> 44017 bytes
.../process-instance-migration-quarkus}/pom.xml | 162 +++++++-----
.../migration-plan/addedtask_migration.mpf | 19 ++
.../src/main/resources/addedtask.bpmn | 226 ++++++++++++++++
.../src/main/resources/application.properties | 49 ++++
.../src/main/resources/modified.bpmn | 187 ++++++++++++++
.../src/main/resources/simple.bpmn | 155 +++++++++++
.../pom.xml | 2 +-
18 files changed, 1184 insertions(+), 72 deletions(-)
create mode 100644
kogito-quarkus-examples/process-instance-migration-quarkus/README.md
copy kogito-quarkus-examples/{process-usertasks-timer-quarkus-with-console =>
process-instance-migration-quarkus}/docker-compose/.gitignore (100%)
create mode 100644
kogito-quarkus-examples/process-instance-migration-quarkus/docker-compose/README.md
create mode 100644
kogito-quarkus-examples/process-instance-migration-quarkus/docker-compose/docker-compose.yml
create mode 100644
kogito-quarkus-examples/process-instance-migration-quarkus/docker-compose/pgadmin/pgpass
create mode 100644
kogito-quarkus-examples/process-instance-migration-quarkus/docker-compose/pgadmin/servers.json
copy
{serverless-workflow-examples/serverless-workflow-data-index-persistence-addon-quarkus
=>
kogito-quarkus-examples/process-instance-migration-quarkus}/docker-compose/sql/init.sql
(87%)
mode change 100755 => 100644
create mode 100755
kogito-quarkus-examples/process-instance-migration-quarkus/docker-compose/startServices.sh
create mode 100644
kogito-quarkus-examples/process-instance-migration-quarkus/docs/images/addedtask.png
create mode 100644
kogito-quarkus-examples/process-instance-migration-quarkus/docs/images/modified.png
create mode 100644
kogito-quarkus-examples/process-instance-migration-quarkus/docs/images/simple.png
copy {serverless-workflow-examples/serverless-workflow-callback-quarkus =>
kogito-quarkus-examples/process-instance-migration-quarkus}/pom.xml (68%)
create mode 100644
kogito-quarkus-examples/process-instance-migration-quarkus/src/main/resources/META-INF/migration-plan/addedtask_migration.mpf
create mode 100644
kogito-quarkus-examples/process-instance-migration-quarkus/src/main/resources/addedtask.bpmn
create mode 100644
kogito-quarkus-examples/process-instance-migration-quarkus/src/main/resources/application.properties
create mode 100644
kogito-quarkus-examples/process-instance-migration-quarkus/src/main/resources/modified.bpmn
create mode 100644
kogito-quarkus-examples/process-instance-migration-quarkus/src/main/resources/simple.bpmn
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]