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
| Status | Meaning |
|---|---|
| 🟢 Started | iFlow is deployed and processing messages normally |
| 🔴 Error | iFlow failed to start — check the error details column |
| ⚫ Stopped | iFlow is deployed but not running (manually stopped) |
| 🟡 Starting | iFlow 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:
- Click the URL to copy it to the clipboard
- Click the ↗ open icon to test the endpoint in a new browser tab
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
- Use the search box to filter by iFlow name
- Click the Status column header to sort — group all errors at the top
- Use the Status filter dropdown to show only Error iFlows for faster triage
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:
- ✓ Linked — iFlow is already catalogued as a fact sheet. Click the ↗ link to open it in LeanIX.
- ⚠ Not Linked — no fact sheet found. Click Create to create one using your configured field mappings.
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.