Skip to Main Content
Integration


This is an IBM Automation portal for Integration products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.


Status Not under consideration
Created by Guest
Created on Mar 11, 2025

Using internal REST API's: no transaction count

When a flow service is invoked from a workflow, it does not consume transaction counts. This makes sense because the workflow remains active during the request, accumulating transaction counts accordingly. If the called flow service takes longer to execute (e.g., 6 seconds), the workflow incurs additional transaction counts, which aligns with the billing model.

We believe the same principle should apply when a flow service calls another flow service (in a different project) using its internal REST API. In this case, the called flow service should not incur transaction counts—just as it wouldn’t if invoked by a workflow.

Structuring our codebase across multiple projects is essential for maintainability and scalability. However, under the current model, using internal REST APIs results in double or even triple transaction counts, even when the total execution time remains under 3 seconds (which would otherwise fit within a single transaction count). In an on-premises environment, calling a flow service across packages is unrestricted. We are only forced to use internal REST APIs due to platform limitations, and this should not result in increased costs.

We request IBM to align the billing model for internal REST API calls with the workflow-based approach to ensure fair usage and cost efficiency.

 

Idea priority High
  • Admin
    John Carter
    Reply
    |
    Mar 11, 2025

    Hi,

    Thanks for your feedback. We won't be taking it up because your current user journey is a work around that we intend to fix i.e. you should not have to make external calls to other projects in this way. Instead we recommend two solutions depending on the goal, one of which is already in the product.

    1. Handoff and collaboration between projects; We recommend using messaging to collaborate between projects. It ensures that the projects remain distinct and decoupled, whilst ensuring you have a simple reliable mechanism to communicate.

    2. Code re-use; This is where you simply don't want to replicate code between projects and the code can be run within each project. This we will achieve by allowing you to move assets that you want to share to a separate "package", which will be visible across all projects. This is planned for Q3 or Q4 this year.

    Thanks again, and if either of the above planned features still don't fit your requirements let us know.