Admin

User Statistics

Inspect aggregated usage metrics for any user account.

Users
@if (pageError()) {
{{ pageError() }}
} @else {
Search user @if (selectedUsername()) { }
@for (user of filteredUsers(); track user) { }
}
@if (statsError()) {
{{ statsError() }}
} @if (currentStats(); as currentStats) {
{{ selectedUsername() ? 'User flows' : 'Flows' }}
{{ currentStats.flowsCreated }}
Published {{ currentStats.flowsPublished }} · Finalized {{ currentStats.flowsFinalized }}
{{ selectedUsername() ? 'User executions' : 'Executions' }}
{{ currentStats.executionsCreated }}
Running {{ currentStats.executionsRunning }} · Succeeded {{ currentStats.executionsSucceeded }} · Failed {{ currentStats.executionsFailed }}
Simulations
{{ currentStats.simulationsStarted }}
Started in simulation mode
@if (selectedUsername()) { Details for {{ selectedUsername() }} } @else { Operations overview }
@if (!selectedUsername() && operationsStats(); as overviewStats) {
Users count: {{ overviewStats.usersCount }}
}
Last flow update: {{ currentStats.lastFlowUpdateAt ? (currentStats.lastFlowUpdateAt | date:'dd/MM/yyyy HH:mm') : 'N/A' }}
Last execution: {{ currentStats.lastExecutionAt ? (currentStats.lastExecutionAt | date:'dd/MM/yyyy HH:mm') : 'N/A' }}
}