User Guide
On this guide we will learn how to create our first workflow using Kaoto in a no-code way.
Read MoreOn this guide we will learn how to create our first workflow using Kaoto in a no-code way.
Read MoreKaoto is designed following an Hexagonal Architecture1. We have a domain defined in the model project .
Read MoreKaoto’s frontend is extendable, allowing you to create custom views. You can configure Kaoto to show a specific view instead of the generic form to configure properties in a step.
Read MoreKaoto’s frontend is agnostic of the DSL (Domain Specific Language) used, so to add support for a new DSL we just have to implement the specific endpoints on the API .
Read More