Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 998 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 998 Bytes

Camunda Orchestration Loan Flow

⚙️ Repo for Camunda Loan Flow

This is an implementation of Microservices Orchestration with Camunda and Java.

0️⃣ - The first flow is the main flow where define a Loan contraction exemple. 👇

The Main Flow

1️⃣ - The first sub-flow is the flow where the data of Automobiles 🚙 and Real Estate 🏠 declared by the customer for the loan evaluation are searched. 👇

SubFlowConsultaBens

2️⃣ - The second sub-flow is the flow where the data of name restrictions are searched 🔎 . 👇

SubFlowConsultaRestricoesCliente

3️⃣ - The third sub-flow and the last one for this first implementation is the flow where the data of name restrictions are registered for future avaliations 🕓 . 👇

SubFlowCadastroRiscoCliente