dify/api/core/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
..
entities feat(trigger): add workflows_in_use field to TriggerProviderSubscriptionApiEntity 2025-09-11 16:55:58 +08:00
utils fix(trigger): clean up whitespace in encryption utility and trigger provider service 2025-09-05 15:56:13 +08:00
__init__.py feat(trigger): add trigger provider management and webhook handling functionality 2025-09-03 14:53:26 +08:00
errors.py feat(trigger): add plugin trigger workflow support and refactor trigger system 2025-09-04 13:20:43 +08:00
provider.py feat(trigger): integrate plugin icon retrieval into trigger provider 2025-09-05 12:01:41 +08:00
trigger_manager.py feat(trigger): add context caching for trigger providers 2025-09-05 14:30:10 +08:00