Category: Data

Using advanced process integration techniques becomes essential as you evolve your developer skills while integrating more and more of your business workflows.

In this article we'll explore how to use it and provide an example of integration with a Quarkus application.

Kie Server has the capability to automatically marshal and unmarshal objects that are sent and retrieved by it.

When the request reaches Kie Server, it is able to parse this object and associate it to the respective process variable.

INFO: If you try to start your client and the Kie Server is not running, you'll get this error: Caused by: org.kie.server.common.rest.NoEndpointFoundException: No available endpoints found.

Related Articles