"KuFlow is a platform on which you can design and execute your business processes"
In KuFlow we are engineers, and therefore we like concrete things; we like to know 'the how' because it is the only way to understand how a platform can solve our problems.
It is a compilation of libraries and examples that you can use for the implementation of your Workers that connect to our system.
KuFlow is an implementation language agnostic Cloud platform. This repository is useful if you as a customer develop your integrations in JavaScript/TypeScript.
This API is documented in OpenAPI format. This file allows you to create REST clients with the technology of your choice automatically.
Documentation on how to integrate with KuFlow using Javascript is available here.
Install the KuFlow client library for JavaScript with npm
:
npm install @kuflow/kuflow-rest
To regenerate the generated code follow the instructions here.
KuFlowRestClient
is the primary interface for developers using the KuFlow client library. Explore the methods on this
client object to understand the different features of the KuFlow service that you can access.
We are happy to receive your help and comments, together we will dance a wonderful KuFlow. Please review our contribution guide.