Visual composite-route flows persisted to the database.
Total
<%= length(@flows) %>
Active
<%= Enum.count(@flows, &(&1.status == "active")) %>
Draft
<%= Enum.count(@flows, &(&1.status == "draft")) %>
Archived
<%= Enum.count(@flows, &(&1.status == "archived")) %>
Create your first flow to start building composite routes for your platform.
Try a different search term or change the filter.
| Flow | Status | Nodes | Connections | Updated | |
|---|---|---|---|---|---|
|
flow_avatar_color(flow.name)}>
<%= String.upcase(String.first(flow.name)) %>
<%= flow.name %>
<%= flow.description || "No description" %> |
<%!-- Status --%>
status_badge(flow.status)}> status_dot(flow.status)}> <%= flow.status %> | <%!-- Nodes --%><%= flow.node_count %> | <%!-- Connections --%><%= flow.connection_count %> | <%!-- Updated --%><%= Calendar.strftime(flow.updated_at, "%b %d, %Y") %> | <%!-- Actions --%>
Showing <%= length(visible_flows) %> of <%= length(@flows) %> flows
Start building a composite route.