---
title: Integration flows
id: "en:iot-spaces:ROOT:admin_integrations.adoc"
site: en
component: "iot-spaces"
module: ROOT
version: 3.0
lang: en
url: "https://help.rtlscloud.io/en/iot-spaces/3.0/admin_integrations.html"
source_repo: "https://github.com/iot-invent/xCloud.git@3.0.x"
source_path: "iot-spaces/docs/en/modules/ROOT/pages/admin_integrations.adoc"
---

# Integration flows

In the tenant administration, the integration flows of the tenant are managed here. A flow connects the platform with an external system; it is created from a template and then runs on its own. For every flow the list shows how often it ran successfully and how often it failed since it was started.

## Flow list

![Integration flows](_images/view/admin_integrations.webp)

| Module | Description |
| --- | --- |
| ![refresh](_images/refresh.svg) Refresh | Refreshes the flow list |
| ![plus](_images/plus.svg) Plus | Create a new flow from a template |
| ![edit](_images/edit.svg) Edit | Edit the selected flow |
| ![delete](_images/delete.svg) Delete | Delete the selected flow |
| Actions | Further actions on the selection |

### Attributes

| Field | Type | Description |
| --- | --- | --- |
| Status | Icon | State of the flow: grey not started, green started, yellow started with an error, red failed. For yellow and red the tooltip shows the error message |
| Name | Text | Name of the flow; the tooltip shows the description |
| Template | Text | Template the flow was created from |
| Enabled | Icon | An X marks an enabled flow |
| Succeeded | Number | Number of successful runs |
| Failed | Number | Number of failed runs |
| Total | Number | Number of all runs |
| Last Success | Timestamp | Point in time of the last successful run |
| Last Failure | Timestamp | Point in time of the last failed run |

## Perspectives

| Perspective | Description |
| --- | --- |
| Flows | The flows created for the tenant |
| Flow templates | The templates a flow is created from |
