Contact Us 1-800-596-4880

Tracking the Number of Billable Flows in Studio

In Anypoint Studio 7.20 and later, you can track the number of billable flows in your project.

Flow Counting improves transparency in usage-based pricing by providing visibility into the number of billable flows when developing your project. With this new feature, you better understand your consumption patterns from design to deployment, preventing unexpected billing issues.

Your Anypoint Platform organization pays for billable flows, such as Trigger Flows or APIkit-generated flows, that are currently deployed and running in your project. To reduce these costs, consider using subflows or private flows, which aren’t billable. Additionally, to bypass charges for unused flows, avoid deploying unnecessary flows from accelerators or assets. See Anypoint Platform Pricing for information about managing and reducing billable flows.

Type of Flow Description

Trigger Flows

Begins the execution of a process based on certain events or conditions. These flows are the starting point of any integration application. A trigger flow usually starts with a message source, like a listener or a scheduler. The message source reacts to external events (like HTTP requests, time schedules, or file updates) and starts the next process.

APIkit-generated Flows

Flow automatically created by the APIkit module if you import or design an API spec. These flows map incoming API requests to the appropriate logic and responses. Each action in the API spec results in a flow.

Before You Begin

Make sure your Anypoint Platform administrator enabled this feature.

Count the Flows in Your Project Using Studio

  1. Select your project.

  2. Click Flow Count (2%) in the taskbar.

    Studio displays the number of billable flows your Anypoint Platform organization is charged for running deployed flows.

    A table showing the billable flow names and type

  3. Click OK to close the window.