Hi Jason, thans again. I will take a look at those example tonight.
-- Have a nice day, Pepe On Fri Aug 15, 2025 at 11:50 PM CEST, Jason Porter wrote: > Pepe, > > Sounds like a great use case! Here are some examples to look at to get > started: > > https://github.com/apache/incubator-kie-kogito-examples/tree/main/kogito-quarkus-examples/process-kafka-multi-quarkus > This example uses Kafka (though you could similar with AMQP, you’d need to > change the dependencies) and covers a simple use case similar to what you > have described with multiple processes communicating via events. > > https://github.com/apache/incubator-kie-kogito-examples/tree/main/kogito-quarkus-examples/process-quarkus-example > A barebones, get your feet wet, sort of example. A great place to start to > understand the basics. > > https://github.com/apache/incubator-kie-kogito-examples/tree/main/kogito-quarkus-examples/process-saga-quarkus > More in-depth example demonstrating a possible way to use the Saga Pattern > (https://microservices.io/patterns/data/saga.html). > > https://github.com/apache/incubator-kie-kogito-examples/tree/main/kogito-quarkus-examples/onboarding-example > Multi-service example that includes human/user tasks and authentication > > Please let us know if you have further questions! > > > -- > Jason Porter > Software Engineer > He/Him/His > > IBM > > > From: Patrick Plattes <[email protected]> > Date: Friday, August 15, 2025 at 10:49 > To: [email protected] <[email protected]> > Subject: [EXTERNAL] Re: Setup of a new Kie Server > Hi Jason, > > thanks for your quick reply. > > The goal is to use a process engine to execute ... well processes. Tasks > will run in dedicated worker containers. The process engine and shall > communicate with the workers by using AMQP. > > Basically it is following the orchestrator pattern by using the process > engine and async request and response by having a message bus to connect > the services. > > Since I am very new in this topic of bpmn I thought it would be great to have > a > look at even more features and maybe find something interesting as well. > > I'm not sure if this really answers the question :-) > > > Have a nice day, > Pepe > > > > On Fri Aug 15, 2025 at 6:15 PM CEST, Jason Porter wrote: >> Patrick, >> >> What features are you looking to use in your POC? >> >> -- >> Jason Porter >> Software Engineer >> He/Him/His >> >> IBM >> >> >> From: Patrick Plattes <[email protected]> >> Date: Friday, August 15, 2025 at 09:42 >> To: [email protected] <[email protected]> >> Subject: [EXTERNAL] Setup of a new Kie Server >> Hey all :-) >> >> I dropped into the whole Kie world by looking for a bpmn engine for >> quarkus. At the moment I am super confused. I guess a lot has to do with >> the move to Apache. >> >> I try to setup a new server with all/most of the components. I >> understood that the new appoach is to use the images on docker hub in >> the apache namespace (apache/incubator-*). >> >> Since there are a couple of components it would be great to have a >> docker-compose file for a sample setup. It would help so much to get the >> thing up and running. >> >> Maybe it exists already, but a lot of links are dead. >> >> Can you help me out? >> >> -- >> Have a nice day, >> Pepe >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
