dify/api/core/app
Harry 76850749e4 feat(trigger): enhance trigger debugging with polling API and new subscription retrieval
- Refactored DraftWorkflowTriggerNodeApi and DraftWorkflowTriggerRunApi to implement polling for trigger events instead of listening, improving responsiveness and reliability.
- Introduced TriggerSubscriptionBuilderGetApi to retrieve subscription instances for trigger providers, enhancing the API's capabilities.
- Removed deprecated trigger event classes and streamlined event handling in TriggerDebugService, ensuring a cleaner architecture.
- Updated Queue and Stream entities to reflect the changes in trigger event handling, improving overall clarity and maintainability.

These enhancements significantly improve the trigger debugging experience and API usability.
2025-09-14 19:12:31 +08:00
..
app_config model_config = ConfigDict(extra='allow') (#24859) 2025-08-31 23:21:41 +08:00
apps Merge branch 'main' into feat/trigger 2025-09-01 18:05:31 +08:00
entities feat(trigger): enhance trigger debugging with polling API and new subscription retrieval 2025-09-14 19:12:31 +08:00
features make logging not use f-str, change others to f-str (#22882) 2025-07-25 10:32:48 +08:00
task_pipeline fix: Fix database connection leak in EasyUIBasedGenerateTaskPipeline (#24815) 2025-09-01 14:48:56 +08:00
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00