Runtime Monitor

Live view of all deployed iFlows, their status, and HTTP endpoints.

The Runtime Tab

The Runtime tab shows every iFlow currently deployed on the CPI tenant runtime — regardless of whether it is started, stopped, or in an error state.

Status Indicators

StatusMeaning
🟢 StartediFlow is deployed and processing messages normally
🔴 ErroriFlow failed to start — check the error details column
⚫ StoppediFlow is deployed but not running (manually stopped)
🟡 StartingiFlow is currently deploying — usually clears in a few seconds

Endpoint Column

The Endpoint column shows the HTTP URL for iFlows that expose an HTTP sender channel. You can:

If the endpoint column is blank, the iFlow either uses a non-HTTP sender (Timer, SFTP, JMS) or the endpoint data is not available from the CPI API for that iFlow.

Starting and Stopping from Runtime

Use the ⏹ Stop and ▶ Start buttons on each row to control the iFlow without going through the Assets tab. This is useful for temporarily disabling a high-traffic iFlow during maintenance.

Refreshing Runtime Data

Click ↻ Refresh to reload all runtime statuses. The endpoint data is fetched from a separate SAP API call (/api/v1/ServiceEndpoints) and may take a moment to appear after a fresh deploy.

Tip: If an iFlow shows Error status, click the row to see the full error message from SAP. Common causes are misconfigured credentials in security artifacts or missing message mappings.

Filtering the Runtime View

LeanIX Integration

If LeanIX is configured under Settings → LeanIX, a 🔷 LeanIX Match button appears in the Runtime toolbar. Clicking it cross-references every deployed iFlow against your LeanIX workspace and adds a status column to the table:

You can sync individual iFlows with the per-row button, or use Sync All to create/update all fact sheets in one operation. See LeanIX Integration for full setup instructions.