Nodes Overview

Nodes are nothing but blocks which are segregated in different forms to integrate according to the requirement. They are mainly used to represent a category with its properties and behavior. Each node must have at least one source, and zero or more nodes can be connected following.

To start from scratch for creating the workflow, you need a list of nodes. Several types of nodes are listed on the left toolbar from which you can select and start dragging onto the whiteboard to generate the flow.

Naming and Defining the Nodes:

The purpose of naming with description is to define the node based on the type and logic of process to be run on the application. Each node has "Name" and "Description" properties which describe the purpose and its actions. You only need to double-click on the node's text one by one to enable inline editing to insert the title and description, and hit Enter button to save.

Nodes available for integration into the workflow are listed below:

  • Data Node
  • Function Node
  • Workflow Node


More nodes are about to be published soon, such as Utility, Delay, and many more.

Next steps