Frends Roadmap

Erhalten Sie einen Einblick in die neuen Funktionen von Frends. Von Passthrough-APIs bis hin zu intelligenterer Überwachung und einheitlichen API-Richtlinien – wir haben zahlreiche Verbesserungen und neue Funktionen in Arbeit. Haben Sie eine Idee? Fragen Sie eine Funktion an oder stimmen Sie für Ihre Favoriten ab – Ihre Meinung hilft uns, noch besser zu werden!
biztalk_hero_image

Roadmap

Long-Running Process Support

Frends already enables powerful Business Process Automation, including support for long-running workflows. Today, these are typically built as multiple interdependent Frends processes, each handling a step in the journey. While effective, the logic often lives across several process definitions — making the big picture harder to follow.

This new feature brings it all together.

Now, you can model the entire business process — even long-running, asynchronous flows — in a single visual BPMN diagram. It’s not just technically streamlined; it’s also easier for business stakeholders to understand, follow, and trust.

Frends processes can pause, wait, and continue across long time. This new feature set allows you to chain multiple Frends processes together using correlation identifiers, making long-running and event-driven workflows a breeze.

Imagine a process that starts today and continues when a file arrives next week. That’s now possible — with full-state persistence.

What’s new:

⛓️ Chained Process Execution
You can link separate Frends processes together using correlation variables (like an OrderID). Each part can run independently — days or weeks apart — but stay logically connected.

⏱️ Timer Shape
A brand new BPMN shape that lets you pause a process for a specified time. Think “sleep until next Tuesday.”

📨 Wait for Signal Shape
Pause your process until an external signal tells it to resume — whether from the same process or another one entirely.

📡 Send Signal Shape
Send a signal to resume a specific paused process instance — great for connecting async flows.

🧠 Stateful and Durable
All data is saved between steps, meaning your paused processes remember everything — securely and reliably. You decide the persistence point - this way we do not sacrifice the performance.


Why it matters:

Flexible Orchestration
Break down big processes into manageable parts that sync on your terms.

Async Made Easy
Handle scenarios with variable delays — like external approvals or delayed data inputs.

Low-Code, High Power
All of this happens right inside the familiar BPMN Editor.

93%

Done
In progress

Frends Agentic AI: Frends Native AI Task

Current Frends can run prompts in ChatGPT tasks, but next, AI will go native in Frends. With our upcoming Native AI Task feature, you can embed Large Language Models (LLMs) like Azure OpenAI directly into your integration processes — no external services, no custom glue code. Just drag, drop, and orchestrate AI like any other BPMN task. You can also use pre-trained AI models from Hugging Face, which are easily available.

By orchestrating prompts together with Frends Tasks and Connectors, you can take the first step of the Agentic AI Approach.

  • BPMN 2.0 with AI Native Tasks enables AI Orchestrations. Practically, you can implement the thought process of an employee as steps and decisions. 
  • Frends Triggers already cover every system - so triggering the through process specific to an input is now possible. 
  • Pour in Frends APIs in the thought process as actions of the AI employee. 

For example 

A support mail triggers a Frends AI process. Initial categorization is done with an LLM prompt. Is it a billing issue? Is it a tech incident or an access problem? Or a service request? Frends BPMN2.0 exclusive decision then routes the process to a corresponding path. If it is a tech incident, the next LLM step can be done. Itil Categorization with a pre-trained existing model in the next single LLM prompt step. If the AI step is prompted to gather logs, Frends basic Task will do that. The whole process for multiple different ticket cases can be written as a series of prompts, decisions, and actions. Future Frends features will expand the AI steps to do the API calls internally inside the AI step and even enable the Computer Use Access to finalize the Agentic AI path. These two steps will be included later on in our roadmap. With Native AI Task, you can already start your agentic AI journey. 

What’s new:

🧠 Native AI Shapes
Drop AI tasks directly into your BPMN flows. Build chat-like logic, classification steps, or dynamic decisions with zero code.

🔗 Prompt Chaining
Connect multiple AI steps in a single process — each using the output of the last to create intelligent, context-aware flows.

🚀 Pre-Trained Models
Use Azure OpenAI by default, or bring your own models from Hugging Face — no fine-tuning needed.

📈 Usage Tracking & Cost Controls
Track AI usage during dev and production. See inputs, outputs, and reasoning paths — keep control of performance and spend.

📊 Monitoring & Transparency
Frends will show you exactly what the AI saw, said, and decided — audit-friendly, debug-ready, and crystal clear.

Why it matters:

Smarter Automation
Let AI handle tasks like summarization, routing, or intent detection — and make your processes more autonomous.

Low-Code, No Hurdles
All AI logic is visual, editable, and doesn’t require managing session state or custom scripts.

Ready to Scale
Automate more, faster — and stay in control of both outcomes and costs.

94%

Done
In progress

Complex Data Mapper with Visualization

After hundreds of customer votes and requests, Frends is getting a brand-new Visual Data Mapper — bringing a faster, more intuitive way to transform data between formats and schemas. No more fiddling with manual logic or raw JSON — just drag, drop, and let the platform do the heavy lifting.

Whether you're working with APIs, files, or internal data structures, mapping fields is now visual, smart, and low-code friendly.

What’s new:

📄 Automatic Schema Detection
Paste in your JSON, XML, or other structured data — Frends will infer the schema instantly, so you can start mapping right away.

🧠 AI-Assisted Mapping
Use the built-in AI Assistant to auto-generate mappings between source and target structures. Just say “map this to that” — and watch it go.

🧩 Low-Code Support
Need more control? You can still apply C# logic to any field or transformation, just like in existing Frends processes.

Why it matters:

Faster Integrations
Skip the boilerplate — go straight from data source to output with visual clarity.

Business-Friendly
Non-developers can now participate in data mapping without touching a line of code.

AI + Low-Code = 🔥
Let AI handle the boring bits, then tweak the logic exactly how you need.

12%

Done
In progress

Enchanced Low-Code Development Experience

Frends already empowers users with powerful low-code configuration capabilities, enabling visual integration design through BPMN 2.0 and AI-assisted development. Today, users can create integrations using our intuitive platform with LLM-based code generation, task configuration, and visual data mapping. While effective, developers often need to write custom C# code for complex data transformations, loops, and conditional logic — making development more technical than it needs to be.

This enhanced low-code experience takes our proven approach to the next level.

Now, you can handle even the most complex data scenarios without writing a single line of C#. From automatic schema detection to native support for loops and conditional statements — it's all built right into the familiar low-code interface that business technologists and developers already love.

What's new:

🔍 Automatic Data Schema Detection
Simply provide sample data during development, and Frends automatically determines the data lineage and schema. This enables fully qualified IntelliSense across all current Frends Tasks — making configuration faster and error-free.

🔄 Support For Complex Loops
Iterate through complicated arrays and collections directly in your low-code configurations. No more custom C# for complex data processing — just point, click, and loop.

🤔 Support For IF/ELSE
Create native conditional statements right in your low-code references. Handle missing data, complex mappings, and interconnected dependencies without touching code.

 Intuitive Syntax
All enhancements use the familiar double handlebars ("") syntax you already know — ensuring seamless adoption into your daily workflow.

Why it matters:

 Faster Development Eliminate custom coding for common scenarios like loops and conditionals
 Better IntelliSense Automatic schema detection provides smart suggestions across all tasks
 Lower Barrier to Entry Business technologists can handle complex scenarios without developer assistance
 Consistent Experience Familiar syntax means no learning curve for existing users

0%

Done
In progress

Frends Agentic AI: AI Toolbox with MCP

We're evolving the Frends Native AI Shape into a full Agentic AI execution model. This means you can now provide the AI Shape with a custom “AI Toolbox” — a list of pre-built Frends processes that the LLM can call as actions when reasoning through a task.

For example, you can expose your existing Frends APIs like getCustomerFromSalesforce or insertOrderToSAP to the LLM AI Shape. These become callable tools in AI’s decision-making logic, all orchestrated with standard BPMN 2.0. AI chooses which actions to execute, using your own APIs and automation logic. It's like giving your process a brain — with hands.

Customer Benefits:

  • 🛠️ Composable AI Actions: Expose your APIs or automations as reusable actions for LLM to reason with.

  • ⚙️ Agentic Orchestration: AI can plan and decide what steps to take using your own logic and systems.

  • 🧩 Low-Code, High-Value: Use familiar BPMN 2.0 and Frends triggers to create AI-driven processes — no AI retraining needed.

  • 🚀 Use Case Ready: For example, from a single prompt, AI checks if a customer exists (via Salesforce), inserts an order (into SAP), and handles errors — autonomously.

How? When will we have an MCP Trigger that is practically the formal definition of an API for AI to understand and use? Add the MCP trigger to your new and existing APIs and those transforms to tools in your AI toolkit. Then, each Native AI shape can use them inside their reasoning. 

Why it matters:
This is the bridge from static AI tasks to AI Agents. You’re not just prompting AI — you’re letting it act.

For more information about Autonomous AI Agents see the following Gartner research: https://www.gartner.com/en/articles/intelligent-agent-in-ai

2%

Done
In progress

Native E2E Test Automation

Current Frends version provides powerful unit testing capabilities that help developers validate individual components of their integration workflows. Today, teams can test specific tasks and processes in isolation, ensuring code quality at the component level. While effective for catching basic issues, testing complex integration workflows end-to-end often requires manual processes, custom test logic, or external tools — making it challenging to ensure integrations work reliably across entire business processes.

This new native capability brings comprehensive test automation directly into the platform.

Now, you can visually design, manage, and automate complex test scenarios for your entire integration workflows — all without leaving Frends. With an intuitive "paint-to-test" approach, simply select any part of your integration, provide test data, and define success criteria. It's testing made as visual and accessible as the integrations themselves.

What's new:

🎨 Paint-to-Test Interface
Select any part of your integration workflow visually, provide test data, and define success criteria. No scripting required — just point, click, and test.

🔄 Automated Test Execution
Run tests manually on-demand or trigger them automatically as part of your deployment pipeline. Full integration with your development lifecycle.

📊 Test History & Analytics
Complete test execution history with detailed statistics and reporting. Track test performance, identify trends, and maintain quality metrics over time.

🔗 End-to-End Coverage
Test entire business processes from start to finish, including complex workflows with multiple systems, data transformations, and business logic.

♻️ Reusable Test Scenarios
Create test templates that can be reused across similar integrations, reducing setup time and ensuring consistent testing standards.

Why it matters:

 Increase Quality & Reliability Catch issues earlier and reduce production errors with comprehensive automated testing
 Accelerate Development Cycles Eliminate manual testing bottlenecks and release updates faster with confidence
 Lower Total Cost of Ownership No need for custom testing frameworks — everything is built-in and ready to use
 Enterprise-Ready Perfect for System Integrators and enterprise customers who demand high-quality, reliable services

0%

Done
In progress

Business Domain Workspaces

Frends provides powerful process management capabilities with comprehensive monitoring, access controls, and organizational tools. Today, users can manage processes, subprocesses, and APIs through traditional list views with filtering and search capabilities. While effective for smaller deployments, organizations with hundreds or thousands of integrations face information overload, siloed operations, and difficulty maintaining business context across diverse domains.

This revolutionary organizational layer changes everything.

Now, you can organize your entire integration landscape around business domains rather than technical artifacts. Create intelligent workspaces like "HR Processes," "ERP Integrations," or "Customer Onboarding" that automatically group related integrations and provide domain-specific governance, monitoring, and business value tracking — all while maintaining the technical power you expect from Frends.

What's new:

🏢 Business-Aligned Workspaces
Define logical process groups that automatically organize integration artifacts based on tags and metadata. No more hunting through endless lists — see only what matters to your domain.

🔐 Granular Access Control
Role-based permissions at the workspace level ensure users only access processes relevant to their business domain. Security and governance made simple.

📊 Centralized Domain Dashboards
Dedicated monitoring dashboards for each workspace provide instant visibility into group-specific performance, health, and business metrics.

💰 ROI Tracking & Business Value
Built-in business value tracking and ROI measurement capabilities enable data-driven investment decisions and executive reporting.

🤖 Automatic Artifact Assignment
Smart categorization eliminates manual overhead — integrations automatically appear in the right workspaces based on your defined rules.

👥 Clear Ownership & Accountability
Establish clear responsibility for each business domain with designated owners and stakeholders for every workspace.

Why it matters:

 Enhanced Productivity Domain-specific views reduce cognitive load and help teams focus on what matters
 Improved Governance Granular access controls and automated compliance through group-specific policies
 Business Value Transparency ROI tracking and aggregated benefits calculation demonstrate integration program value
 Reduced Complexity Eliminate information overload and siloed operations as your integration footprint scales 

0%

Done
In progress

DevOps Governance Automation

 

We're excited to introduce a comprehensive governance and automation capability that transforms how organizations manage their integration development lifecycle. This powerful feature enables you to configure intelligent rules and quality gates that automatically trigger actions or prevent changes based on specific lifecycle events — ensuring consistent quality, security, and compliance across all your integration processes.

No more manual oversight bottlenecks or inconsistent deployment practices that slow down development while increasing risk.

Now, you can automate your entire governance framework with intelligent triggers that enforce your organization's standards automatically. From automated approvals to quality gates and compliance checks — it all happens seamlessly in the background, letting your teams focus on building great integrations while maintaining enterprise-grade governance.

What's new:

🛡️ Automated Quality Gates
Configure intelligent checkpoints that enforce documentation, testing, and tagging standards before processes can advance through your pipeline.

🔐 Smart Approval Workflows
Automated approval processes ensure only authorized changes reach production environments, with customizable routing based on your organizational structure.

🧪 Lifecycle-Triggered Testing
Automatically execute test suites during deployments to catch issues early and maintain quality standards throughout the development cycle.

📋 Pull Request Integration
Enable collaborative development with built-in pull request workflows that facilitate knowledge sharing and peer review.

📊 Complete Audit Trails
Comprehensive logging and tracking for regulatory compliance (SOX, GDPR, etc.) with detailed history of all lifecycle events and decisions.

⚙️ Automated Subprocess Execution
Trigger consistent deployment procedures and maintenance tasks automatically based on lifecycle events.

Why it matters:

 Enhanced Security & Compliance Automated workflows prevent unauthorized changes and maintain complete audit trails
 Accelerated Development Eliminate manual bottlenecks while maintaining quality assurance standards
 Reduced Risk Prevent incomplete or untested processes from reaching production environments
 Operational Excellence Standardized processes reduce onboarding time and ensure consistent practices across teams.

0%

Done
In progress

API Portal

Frends comes with a dedicated API Portal — a new add-on web app designed to simplify how your APIs are shared, documented, and consumed. Whether your users are internal developers, partners, or external clients, this portal offers a clean, unified experience for exploring and onboarding to your APIs.

Think of it as the storefront for your integrations — customizable, self-service, and always up to date.

What’s new:

🧑‍💻 API Consumer Onboarding
Users can register and access APIs via identity providers of your choice — making onboarding secure and frictionless.

📦 API Products
Group your APIs into logical, reusable products — whether native to Frends or wrapped via passthrough management.

🔍 API Discoverability
Easily publish and browse available API Products through the Portal’s intuitive UI.

📝 Lightweight CMS
Write and manage help content, onboarding guides, and marketing blurbs directly in the Portal using Markdown.

🎨 Whitelabeling
Customize the look and feel of the Portal to match your brand — logos, colors, fonts, and more.

Why it matters:

Faster Developer Onboarding
Developers get what they need — faster. No more back-and-forth emails or lost API specs.

Better API Governance
API Products give structure to how your APIs are offered and consumed.

Looks Like You
Whitelabeling ensures the Portal fits your brand — whether you’re exposing APIs internally or to partners.

95%

Done
In progress

Friendly Frends Start Page & Onboarding

We’ve rebuilt the Frends start page and onboarding experience into something much smarter (and friendlier). Whether you’re a Frends veteran or a total newbie, you’ll now land on a page that knows what you need next — and actually helps you get there.

The new start page isn’t just a dashboard — it’s a command center. Think guided tours, smart search, and helpful widgets. Everything is designed to help you explore, build, and feel right at home.

It´s a Welcome That Actually Welcomes. 😍

What’s new:

📚 Smart Starting Page
You now land on a page showing where to begin, what to try next, and how you’re doing. A handy onboarding widget guides your journey right from your first login.

🔍 Global Search, Zero Friction
The new search bar is a power tool. Instantly find Templates, Processes, APIs, Environment Variables, Users, and more — from anywhere. Plus, toggle between list and grid views because, hey, you deserve options.

🧠 Your Onboarding Assistant
Not sure what to do next? There’s now a dedicated onboarding page that lists all available tutorials, tracks your progress, and helps you level up, step-by-step.

💡 Built-in Feedback Loops
Want to suggest a feature? Found a bug? There are now dedicated pages just for that — pre-filled with your info so you can submit in seconds.

🧭 Behind the Scenes: Base Architecture
We created a flexible, containerized front page structure and backend APIs (controllers) that make all of this magic possible. Think of it as scaffolding for even more smart features to come.

100%

Done
In progress

Passthrough APIs and API monitoring

Passthrough APIs provide a way of more easily configure API calls to be forwarded to backend system and ways of monitoring these calls

  • Passthrough API functionality to enable users to easily configure existing API’s to be governed by Frends API Management without having to have an underlining Frends process attached to the API.

    • The passthrough API will have simplified configuration capabilities to modify:

      • HTTP Headers

      • Authentication methods

      • URL paths and parts

  • Improved API Monitoring capabilities

    • Introduce new API Monitoring views to show more API relevant data such as HTTP response codes as well as better ways to view the overall API health and execution statistics

100%

Done
In progress

API Policies and Private Application registrations

API Policies

We are introducing Unified API Policies, designed to centralize and streamline access management for all API’s while preparing for the upcoming release of the Frends API Portal.

Key Enhancements:

  • Unified Policy Configuration: With Unified API Policies, you can easily configure access restrictions and throttling for all your APIs through a single, user-friendly mechanism.

  • Throttling and Access Control: Tailor API Policies to meet your specific needs. Define access limits and throttling rules to ensure optimal API usage and prevent abuse.

  • Adaptable to Any Authentication Method: API Policies are versatile and can be applied to APIs regardless of the authentication method used, providing consistent control and management.

New Authentication Method: Private Application Registration

Additionally we are introducing a new authentication method to work with the reworked API Policies: Private Application Registrations.

Key Enhancements:

  • Secure Authentication: Private Application Registrations supersede API Keys, offering a more secure and modern authentication solution.

  • Static JWT Tokens: These tokens are essentially static JSON Web Tokens (JWT) containing user-provided data about the API consumer, alongside digital signatures to ensure data integrity.

100%

Done
In progress

Frends LLM Code Generation for Code Shapes

We are introducing an advanced feature within Frends that enables users to create Code shapes efficiently through natural language prompts. This enhancement streamlines the process of writing C# code to perform complex integration tasks within your integration processes.

Key Enhancements:

  • Contextual Information: System prompts are integrated to provide contextual details for process configuration, including environment variable names, process variables, trigger variables, and access to task results.

  • Seamless Integration: When opted in the Process Editor seamlessly connects to our LLM service (Azure Open AI) for effortless use.

  • Tenant-Specific Configuration: For security and flexibility, each Frends tenant will utilize it’s own dedicated instance of the LLM model for context and session security.

100%

Done
In progress

Frends LLM Process Documentation Generation

We are introducing a powerful new capability within Frends that enables users to generate process descriptions and documentation with ease, using the Frends Large Language Model (LLM). This feature simplifies the process of creating detailed descriptions for your Processes.

Key Highlights:

  • Description Creation: Users can initiate the process by simply clicking a button to have the Frends LLM generate an initial Process description and documentation based on the BPMN Process designed, variables and Tasks used as well as any user provided documentation.

  • Fine-Tuning with Additional Prompts: After receiving the initial response, users have the flexibility to provide additional prompts to further refine and customize the generated description.

100%

Done
In progress

Frends LLM Based Automatic Task Configuration

Building on the previous feature of LLM Code Generation we are also introducing a feature that allows users to configure Tasks seamlessly through natural language prompts. This simplifies the process of configuring Task parameters, creating low-code mapping configurations and utilizing Task results and other variables when configuring Frends tasks.

Key Highlights:

  • Effortless Task Configuration: Users can effortlessly configure Tasks by describing the required functionality for the task using plain language, eliminating the need for manual configuration.

  • Contextual Continuity: This feature retains the chat context, enabling users to iteratively enhance Task configurations within the same conversation as well as test out their configuration at any time.

  • Tenant-Specific Configuration: For security and flexibility, each Frends tenant will utilize it’s own dedicated instance of the LLM model for context and session security.

100%

Done
In progress

Decision Model Notation (DMN) Support

We are introducing a valuable enhancement to the Frends Process Editor by incorporating Decision Model and Notation (DMN) functionality. DMN provides an efficient means of mapping data and decision-making, as described in detail here.

Key Enhancements:

  • DMN Shape Integration: With this feature, we are introducing a dedicated DMN shape within the Frends Process Editor. This shape will allow users to create input maps following the table structure outlined in the Wikipedia article.

  • Mapping to Frends Variables: Users can easily associate DMN inputs with various Frends variables, streamlining the data mapping process.

  • Output Generation: The result of the DMN shape will provide corresponding outputs based on the input configurations ready to be used in following integration tasks and steps.

100%

Done
In progress

Business Automation Portal

The Business User UI is an entirely new Frends feature, where a second simplified user interface of Frends is deployed alongside the existing main Frends user interface.

The goal of the Business User UI is to enable a no-code business user experience to discover pre-built integration flows from a library of templates, configure those integration flows, and to take them into use in the underlining main Frends tenant.

 The Business User UI capitalizes on the established Frends Templates feature, facilitating its use for business users.

 Additionally, the Business User UI can be utilized to offer an embedded iPaaS experience for ISV/SaaS partners of Frends. This is achieved by developing a designated number of templates that connect to their solutions or offering value-added services to their end customers through Frends.

The Business User UI will support the following use cases and functionalities:

  • Business User onboarding and registration

    • Utilize an identity management system chosen by the customer

  • Existing integration discoverability

    • See and search for integration and API templates published for usage in the Business User UI

  • Business User organization and user management

    • Configure template visibility and usage based on user roles

    • Create and manage organizations and user groups within the Business User UI

  • Integration monitoring

    • Provide business users with simplified monitoring tools and reports to keep track of the integrations in use

  • White-labeling

    • Enable customers and partners to to make lightweight white-label customization such as altering fonts, colors, logos, etc.

100%

Done
In progress

Ein Feature anfragen