mirror of
https://github.com/langgenius/dify.git
synced 2026-02-13 23:05:21 +08:00
- Removed specific exception handling for ValueError and PluginInvokeError in `DraftWorkflowTriggerNodeApi`, allowing a more general exception to be raised. - Renamed `PluginTriggerInput` to `TriggerEventInput` in `TriggerEventNodeData` for better clarity and consistency. - Updated validation logic in `TriggerEventInput` to ensure correct type checks for input values.