Modeling Guide for SAP Data Hub

Availability of the Node.js Subengine SDK

The SDK is already included into the Node.js subengine. All Node.js operators can simply require it at runtime and use the SDK as follows:

javascript:

const { operator } = require("@sap/vflow-sub-node-sdk");
const operator = Operator.getInstance();

If you utilize a dedicated local Node.js development project, you probably want to download and install the SDK, because you need to program against its API.