dify/api/services/workflow
Harry 32f4d1af8b Refactor: Rename triggers to events in trigger-related entities and services
- Updated class and variable names from 'triggers' to 'events' across multiple files to improve clarity and consistency.
- Adjusted related data structures and methods to reflect the new naming convention, including changes in API entities, service methods, and trigger management logic.
- Ensured all references to triggers are replaced with events to align with the updated terminology.
2025-09-30 20:18:33 +08:00
..
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
entities.py Refactor: Rename triggers to events in trigger-related entities and services 2025-09-30 20:18:33 +08:00
queue_dispatcher.py fix: limits 2025-09-09 23:32:51 +08:00
rate_limiter.py fix can't subtract offset-naive and offset-aware datetimes 2025-09-28 09:10:21 +08:00
workflow_converter.py feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00