Nodes and Links overview

Tags:

Updated:

1 minute read

Given below is the list of elements you will be able to use in APPSeCONNECT processflow. You can use the following nodes for designing and executing processflows for sync purpose :

Processflow Nodes Description
Start Node This node initiates the start process of the processflow execution. You cannot SAVE or execute a processflow without a Start Node.
GET Node This node fetches the data from the source application for the sync purpose. You need to enable the APP dragged for operating GET node by selecting the Node Type as GET in the Node Configuration window of the dragged application.
Mapper Node This node transforms the data to the destination application by applying field mappings of source and destination application.
POST Node This node dumps the transformed data to the destination application after the transformation process is completed. You need to enable the destination application as POST node by selecting the Node Type as POST in the Node Configuration window of the dragged destination application.
Splitter Node Splitter Node in processflow will split the incoming data into small packets such that the execution load of bulk data can be minimized during the execution process.
Merger Node Merger Node in processflow will merge multiple data into batches as per the input provided by the user.
Self loop This enables the user to apply self-loop on a node such that on execution, the self-loop will iterate until all data is available from its predecessor node.
Delay Node This node will enable you to hold the execution flow for a specific period, so as to fetch more incoming requests from the Predecessor Node. Delay node can be implemented anywhere within a processflow, and the configuration for implementing delay can be provided using Static Time or by using a Dynamic Time.
Decision Node This node enables you to apply condition checks for filtering redundant data.
End Node This node signifies the completion of the sync process. You may or may not use the End node to design processflows.