mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat: Add active workflow triggers metric (no-changelog) (#11398)
This commit is contained in:
@@ -1296,7 +1296,7 @@ export type UsageState = {
|
||||
loading: boolean;
|
||||
data: {
|
||||
usage: {
|
||||
executions: {
|
||||
activeWorkflowTriggers: {
|
||||
limit: number; // -1 for unlimited, from license
|
||||
value: number;
|
||||
warningThreshold: number; // hardcoded value in BE
|
||||
|
||||
Reference in New Issue
Block a user