New Feature
You can now clone an existing integration flow instead of rebuilding it from scratch. From the Integration Flows screen or from the flow's screen, use the Clone option to generate an exact copy β with components, resources, flow variables, and data source links β in a new tab. See Cloning an Integration.
New Feature
You can now invoke SAP RFCs and BAPIs directly from your integration flows, using JSON for both input and output. The connector abstracts the complexity of the SAP binary protocol (JCo) and works with a new data source type dedicated to SAP. See the SAP RFC connector and the SAP RFC data source.
New Feature
You can now send test requests directly from the REST Test Mode console, entering Headers, Query Parameters, and Body (JSON/XML), without relying on external tools. The console displays the execution status, the Response Body, and the Status Code returned by the route. See Test mode for REST trigger flows.
New Feature
You can now use Test Mode on flows that start with a REST trigger. The platform provisions a temporary deployment and exposes a provisional URL, letting you validate the route logic, inspect logs, and follow executions in real time β without going through a full Release and Deploy cycle. See Test mode for REST trigger flows.
New Feature
You can now test the database connection while creating a data source. This procedure ensures that the entered information is correct and that communication with the database is working properly. In addition, the test makes it easier to quickly identify and fix any connectivity issues.
New Features
You can now view the history of the last 5 executions performed in test mode and their respective logs.
Now, when you save an integration or use the Full Validation feature (the "check" button in the upper right corner of the code editor, on the Source Code tab), the detected structure and syntax errors are displayed in the console, on the Error Validation tab, next to the Test Mode tab.

New Feature
You can now run integrations in test mode and make adjustments before deployment. This feature lets you validate flows in real time, identify errors, check data, and optimize performance quickly during development, ensuring more security and quality in the process.
Test Mode is available in the Console, located at the bottom of the Source screen, in the Diagram view mode. For details, see Test Mode.
IMPORTANTCurrently, test mode is available only for flows with Scheduling and Timing triggers: Cron, Quartz, Scheduler, and Timer.

Improvement
Integrations now detects and notifies more types of errors during integration deployment, such as the incorrect use of the uri aws-s3://bucketNameOrArn instead of aws2-s3://bucketNameOrArn (correct), increasing the visibility of failures and making it easier to fix problems.
New Feature
The Validator XSD component is now available for use in your integrations, allowing you to validate the structure and compliance of XML data against XSD contracts. With it, messages that do not meet the defined standard are automatically blocked, preventing failures and ensuring greater security when sending information to target systems.
For more information, see the Validator XSD page.
New Feature
You can now use the AWS Simple Email Service (SES) component in your integrations, which enables sending emails directly in integration flows, leveraging Amazon's scalable and managed infrastructure.
For more information, see the AWS SES page.
Improvement
Before deploying a new version of an integration, the system will automatically undeploy the previous version, if one exists. This strategy was already applied in some specific scenarios, such as when updating integrations with a REST trigger to Scheduler, and is now consistently adopted in all deployment scenarios.
Fix
We use cookies to enhance your experience on our site. By continuing to browse, you agree to our use of cookies.Learn more