dify/api/services/trigger
Harry c3ebb22a4b feat(trigger): add workflows_in_use field to TriggerProviderSubscriptionApiEntity
- Introduced a new field `workflows_in_use` to the TriggerProviderSubscriptionApiEntity to track the number of workflows utilizing each subscription.
- Enhanced the TriggerProviderService to populate this field by querying the WorkflowPluginTrigger model for usage counts associated with each subscription.

This addition improves the visibility of subscription usage within the trigger provider context.
2025-09-11 16:55:58 +08:00
..
trigger_debug_events.py feat(trigger): implement trigger debugging functionality 2025-09-11 16:55:58 +08:00
trigger_provider_service.py feat(trigger): add workflows_in_use field to TriggerProviderSubscriptionApiEntity 2025-09-11 16:55:58 +08:00
trigger_subscription_builder_service.py fix(trigger): update return type in TriggerSubscriptionBuilderService 2025-09-10 15:48:32 +08:00