A simple RHPAM project that can serve as a remote artifact for KieContainer.

Grega Bremec f04942d924 fixed some markdown bits 3 лет назад
global f41642ba8e Deployment of the default work item definitions {/global/defaultmilestoneicon.png} 3 лет назад
src b9464c0561 {/src/main/resources/net/p0f/samples/rhpam_fuse_integration/pam_simple_process/pam-simple-process.StartStopStart-svg.svg} 3 лет назад
.gitignore fdf9ed68d1 added readme 3 лет назад
COPYING fdf9ed68d1 added readme 3 лет назад
README.md f04942d924 fixed some markdown bits 3 лет назад
package-names-white-list 4926ce1a37 Initial commit 3 лет назад
pom.xml 59dcb2ed1f add data model dependency 3 лет назад
project.imports 4926ce1a37 Initial commit 3 лет назад
project.repositories 62ca9677d9 {/project.repositories} 3 лет назад

README.md

Simple "Hello" Process

This simple process contains just one simple script task that greets the person contained within the Customer object passed as the process parameter.

It is used in the kie-rules-processes project example of net.p0f.samples.rhpam_fuse_integration.UseRemoteKieArtifact.

Start-Stop-Start Process

This process model starts up, prints a message on STDOUT (for debugging purposes) and then waits at an intermediate signal catch task to be woken up by a signal called "ReleaseMe", which only expects a string parameter. It then prints the content of signal payload on STDOUT again, and ends.

Used in some examples from the consume-rhpam-rest-api project, package net.p0f.samples.rhpam_fuse_integration.rest_client, but also in the Camel examples from the SpringBoot and Quarkus projects.