dify/api/core/trigger
Harry 5c95c77604 refactor(trigger): streamline workflow argument handling in DraftWorkflowTriggerNodeApi
- Simplified retrieval of workflow arguments by directly accessing event.workflow_args.
- Removed unnecessary conditional checks for user inputs, ensuring cleaner code.
- Enhanced TriggerEventNode to use deepcopy for user inputs to prevent unintended mutations.
2025-10-29 01:04:37 +08:00
..
debug refactor(trigger): streamline workflow argument handling in DraftWorkflowTriggerNodeApi 2025-10-29 01:04:37 +08:00
entities fix(plugin): update trigger field type to allow None and add field validator for parameters in EventEntity 2025-10-27 12:02:22 +08:00
utils feat(trigger): implement subscription refresh logic with enhanced error handling and logging 2025-10-21 14:11:27 +08:00
__init__.py feat(trigger): add trigger provider management and webhook handling functionality 2025-09-03 14:53:26 +08:00
errors.py chore: better exception handling 2025-10-18 19:15:09 +08:00
provider.py chore: rename PluginTriggerManager to PluginTriggerClient 2025-10-18 19:33:08 +08:00
trigger_manager.py chore: rename PluginTriggerManager to PluginTriggerClient 2025-10-18 19:33:08 +08:00