mirror of
https://github.com/langgenius/dify.git
synced 2026-06-01 06:28:14 +08:00
- 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.