Related Articles
Edit Documents Unit
Edit Documents Unit
Edit Documents Unit (Store Operation)
Overview A Documents Unit in a flow diagram handles document-related operations within a workflow. It’s commonly used to store or retrieve document-style records such as JSON or XML documents. What it does: Manages document objects in the workflow. ...
Queue Unit
Queue Unit Overview Purpose: A Queue Unit in a flow diagram manages asynchronous processing by placing transactional messages into a queue for later handling. This unit helps to process where messages need to be processed in sequence or by different ...
FTP Call Unit
FTP Call Unit Overview Purpose: The FTP Call Unit is an action unit in the Flow Editor/Designer that enables a flow to connect to an FTP/SFTP server to perform file-based operations during execution. This unit allows automation flows to securely ...
Java Class Unit
Java Class Overview Purpose: A Java Class Unit in a flow diagram represents a step where the workflow invokes custom Java logic packaged as a class. This is commonly used to extend the functionality of built-in units by writing Java code. This unit ...