Integration Node
Last updated
Last updated
Microflow has many nodes that have been developed to support integration such as
Database Node Microflow can communicate with the database, which may be useful if you want to retrieve some values from the database. It can also be used to insert, update or delete data from the database. This integration can be done through the database node, which supports two types of connection - JNDI and JDBC. It also supports four types of commands -
Select- to retrieve desired data from the database
Insert - to insert the desired data into the database
Update - to update values in the database
Delete - to delete data from the database. You can define the field and table via SQL Command
Sub Process Node In a large process, one process can have a subroutine or another process within. Of course, there must be complex work, and in some cases, there may be duplicate functions. Instead of drawing the same flow at several points, the user can collapse the flow into a simpler flow by using the Subprocess node.
Web Service Node Web Services is a software system that has been designed to support the exchange of information. Microflow Designer provides a Web Service Node for consuming SOAP and REST services. The developer just needs to configure the specifications of the service and ONEWEB will generate the methods and data structures to call the Service.
SOAP
REST
File Read Node Microflow can read data on file systems using the File Read Node. It supports files like excel, XML, Delimited, and fixed-width files. In the FileRead Node user can also configure actions on success and failures.