[PR #25078] Fix advanced chat workflow event handler signature mismatch #30921

Closed
opened 2026-02-21 20:48:29 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/25078

State: closed
Merged: Yes


Summary

  • Fixed method signature for _handle_workflow_started_event to accept positional arguments
  • Removed unnecessary --extra all flag from Makefile's uv sync command
  • Fixed line length linting issues in clickzetta_volume modules

Related Issue

Fixes #25077

This PR addresses a bug where the workflow started event handler in advanced chat applications would fail when receiving positional arguments. The handler now correctly accepts both positional and keyword arguments to maintain compatibility with the event system.

**Original Pull Request:** https://github.com/langgenius/dify/pull/25078 **State:** closed **Merged:** Yes --- ## Summary - Fixed method signature for `_handle_workflow_started_event` to accept positional arguments - Removed unnecessary `--extra all` flag from Makefile's uv sync command - Fixed line length linting issues in clickzetta_volume modules ## Related Issue Fixes #25077 This PR addresses a bug where the workflow started event handler in advanced chat applications would fail when receiving positional arguments. The handler now correctly accepts both positional and keyword arguments to maintain compatibility with the event system.
yindo added the pull-request label 2026-02-21 20:48:29 -05:00
yindo closed this issue 2026-02-21 20:48:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#30921