Skip to content

Instantly share code, notes, and snippets.

@composer2
composer2 / README.md
Last active December 19, 2018 13:33
Axway Flow SDK

Creating flow-nodes for API Builder Standalone with Axway Flow SDK

API Builder is tool that enables developers to rapidly create APIs and microservices with a low-code/no-code approach. API Builder achieves this by enabling you to develop your business logic using Flows. A flow allows you to orchestrate your business logic visually as a graph of connected flow-nodes.

The Axway Flow SDK (axway-flow-sdk) is a standalone utility that enables the creation of custom flow-nodes for API Builder flows. By offering the Axway Flow SDK as a standalone utility, new flow-nodes can be developed and consumed in API Builder.

In this post we'll look at features available in the Axway Flow SDK and how easy is to create a new flow-node. For this example we'll create MD5 flow-node and integrate it in API Builder.

Instaling the Axway Fl