Skip to main content

Loan Application - Rest based Worker

This tutorial in a nutshell

In this tutorial, we will build a simple Rest/WebHook-based Worker in Java language that will manage a Loan Application business process in KuFlow. Our example will model a Workflow whose purpose is to fill up an application form for approval. We will include some special rules, such as automatic approval for amounts below a certain quantity, and the use of different currencies which require REST calls to a third-party application.

The example

The implementation of this example is an alternative to the one described in Loan Application with Temporal, therefore, it is recommended to read it before examining the code.

In terms of configuration, the main change with respect to the Temporal-based version of this example is the choice of "API/Webhook" as WorkFlow Engine.

The code for this example is available on our GitHub, https://github.com/kuflow/kuflow-samples-java/tree/main/kuflow-samples-rest-loan

Kuflow Logo