iFlow Management
Browse, search, deploy, and manage your SAP CPI integration flows.
The Assets Tab
The Assets tab is the central view for all integration content on your connected CPI tenant. It lists every integration package and iFlow with live status indicators.
Navigating packages and iFlows
- Click a package row to expand and see all iFlows inside it
- Each iFlow shows its version, deploy status (Started / Stopped / Error), and last modified date
- Use the search bar at the top to filter by name across all packages
Column resizing
Drag the column divider in the header row to resize any column. The layout is preserved for the session.
Deploying and Undeploying
Hover over an iFlow row to reveal action buttons on the right:
- ▶ Deploy — deploys the latest saved version to the runtime
- ⏹ Undeploy — removes the iFlow from the runtime (package artifact is kept)
- ↓ Download — downloads the iFlow as a
.ziparchive
Tip: Deploying an iFlow that is already running will perform a rolling restart — no downtime on the previous version while the new one starts.
Viewing iFlow Details
Click the iFlow name to open the detail panel on the right side. This shows:
- Full artifact metadata (ID, version, description)
- Deployed endpoint URL (if available via the Runtime tab)
- Quick links to open in the Script Editor or view Message Logs
Bulk Actions
Select multiple iFlows using the checkbox column, then use the toolbar that appears at the bottom:
- Deploy selected — deploys all selected iFlows in sequence
- Undeploy selected — removes all selected from runtime
- Download selected — packages selected iFlows into a single zip
Refreshing Data
Click the ↻ Refresh button in the tab header to reload the package list from the CPI API. Data is not auto-refreshed to avoid unnecessary API calls.