Feature Mapping

This page provides an overview on how Workflow features/techniques map to their Node-RED equivelant. Some tasks can be mapped to standard features in Node-RED where others require third party nodes (for now) or are handled by Node-RED specific techniques.

Inputs

Workflow plug-in Node-RED node Node Type Note
Node JS Server Input http in, http response

STANDARD NODE-RED

 
Folder Capture folder capture OL FILES AND FOLDERS  
Folder Listing folder listing

OL FILES AND FOLDERS

 
LPD Input      
Create File inject STANDARD NODE-RED  
Email/SMTP Input node-red-node-email STANDARD NODE-RED Needs to be installed separately.
FTP/SFTP/FTPS Input ftp client OL FTP PACKAGE Use the List directory operation.
Telnet Input tcp in, tcp out

STANDARD NODE-RED

 
Input SOAP node-red-contrib-soap THIRD PARTY  

Merge PDF Files

     
WinQueue Input   WORK IN PROGRESS  
Secure Email Input node-red-node-email STANDARD NODE-RED Needs to be installed separately.
Begin Sub Use Node-RED subflows or links STANDARD NODE-RED  
InputErrorBin catch STANDARD NODE-RED  

Serial Input

     
O365 Email Input   OL M365 PACKAGE  
O365 One Drive   OL M365 PACKAGE  

Actions

Workflow plug-in Node-RED node Node Type Note
Add/Remove Text      

Advanced Search and Replace

change

STANDARD NODE-RED

 

Barcode Scan

     

Change Emulation

     

Create PDF

ps to pdf

OL CONNECT PACKAGE

In preparation for a new node supporting PDF operations, a PS to PDF endpoint has been added to OL Connect Server 2025.2.

Database Query

node-red-node-mysql

(handles both MySQL and MariaDB)

THIRD PARTY

A sample scenario on integrating an external database is outlined in Using an external database tutorial.

 

node-red-node-sqlite

THIRD PARTY

See above

 

node-red-contrib-mssql-plus

THIRD PARTY

See above

Decompress file(s)

node-red-contrib-zip

THIRD PARTY

Create and read ZIP files.

Digital Action

     

External Program

exec

STANDARD NODE-RED

 

HTTP Client Input

http request

STANDARD NODE-RED

 

Load External File

read file

STANDARD NODE-RED

 

Logger

debug

STANDARD NODE-RED

 

Mathematical Operations

jsonata in change or script in function nodes

STANDARD NODE-RED

 

Open XSLT

 

THIRD PARTY

 

PDF/A-3 Attachments

     

Push to Repository

use third-party database integration nodes

THIRD PARTY

Use alternative database for example a custom schema in Maria DB.

Rename

     

Run Script

function

STANDARD NODE-RED

 

Search and Replace

change

STANDARD NODE-RED

 

Send to Folder

     

Set Job Infos and Variables

change

STANDARD NODE-RED

 

SOAP Client

     

Standard Filter

     

Translator

     

XML/JSON Conversion

xml

STANDARD NODE-RED

 

 

OL Connect

Workflow plug-in Node-RED node Node Type Note

Create Print Content

paginated content

OL CONNECT PACKAGE

 

Create Job

paginated job

OL CONNECT PACKAGE

 

Create Output

paginated output

OL CONNECT PACKAGE

 

Create Email Content

     

Render Email Content

email content

OL CONNECT PACKAGE

 

Download EML

 

OL CONNECT PACKAGE

Use file store download.

Create Web Content

html content

OL CONNECT PACKAGE

 

Execute Data Mapping

data mapping

OL CONNECT PACKAGE

Separate nodes, previously integrated in Execute Data Mapping for Workflow.

Execute Data Mapping

data get

OL CONNECT PACKAGE

Separate nodes, previously integrated in Execute Data Mapping for Workflow.

Update Data Records

data update

OL CONNECT PACKAGE

 

Set Properties

set properties

OL CONNECT PACKAGE

 

Retrieve Items

query items

OL CONNECT PACKAGE

 

All in One

all in one

OL CONNECT PACKAGE

 

File Store - Delete File

file delete

OL CONNECT PACKAGE

 

File Store - Download File

file download

OL CONNECT PACKAGE

 

File Store - Upload File

file upload

OL CONNECT PACKAGE

 

Create Preview PDF

preview pdf

OL CONNECT PACKAGE

 
 

preview image

  Generates a rasterized image of a template (print/web/email).

Mark Content Sets for Deletion

 

OL CONNECT PACKAGE

 

Create PDF/VT

     
Merge Jobs      

Process Logic

Workflow plug-in Node-RED node Node Type Note

Branch

Use wires to branch out

STANDARD NODE-RED

 

Comment

comment

STANDARD NODE-RED

 

File Count

     

File Name Condition

switch

STANDARD NODE-RED

 

File Size Condition

switch

STANDARD NODE-RED

 

File/Folder Condition

     

Go Sub

Sub flows

STANDARD NODE-RED

 

Loop

     

Run Script

function

STANDARD NODE-RED

 

Send to Process

link, complete

STANDARD NODE-RED

 

SNMP Condition

     

Text Condition

switch

STANDARD NODE-RED

 

Time of Day Condition

     

Output

Workflow plug-in Node-RED node Node Type Note

Send to Folder

write file / send to folder

STANDARD NODE-RED
OL FILES AND FOLDERS

A send to folder node is planned.

Delete

file operations

OL FILES AND FOLDERS  

End subprocess

   

This is an output anchor of an subflow.

FTP Output

ftp client

OL FTP Package

Use the Put operation.

SFTP/FTPS

ftp client

OL FTP Package

 

M365 Email

olm365 email

OL M365 Package

 

M3656 OneDrive

olm365 one drive

OL M365 Package

 

Print using a Windows printer

     

Printer Queue Output

     

Secure Email Output

node-red-node-email

STANDARD NODE-RED

Needs to be installed separately.

Send Email

node-red-node-email

STANDARD NODE-RED

Needs to be installed separately.

SOAP Client

node-red-contrib-soap

node-red-contrib-simple-soap

THIRD PARTY

Not validated by OL.

Data splitters

Workflow plug-in Node-RED node Node Type Note

Data splitters

split, join

STANDARD NODE-RED

Convert data to JavaScript objects first.

PDF Splitter

   

Use a data mapping configuration. See also: Split a PDF document in OL Connect.