Skip to content

Conversation

anatolyburtsev
Copy link
Contributor

Summary

Adds the ability to filter executions by agentflow name in the Agent Executions page.

Changes

  • Added agentflow name text input to the execution filters UI
  • Implemented backend filtering with case-insensitive partial matching (e.g., "iter" matches "try iter", "iterator", etc.)
  • Added database indexes on chat_flow.name for improved query performance

Testing

  • Filter executions by typing partial agentflow names
  • Verify case-insensitive matching works
  • Confirm other filters (date, state, session) still function correctly
  • Database migration automatically applies on server startup. Tried on sqlite only

Screenshots

List of executions without filter
Screenshot 2025-08-20 at 10 38 32 PM

Added only filter on agent flow name

Screenshot 2025-08-20 at 10 38 40 PM

filter on agent flow name together with the start date
Screenshot 2025-08-20 at 10 38 56 PM

- Add agentflow name text field to executions filter UI
- Implement backend filtering with case-insensitive partial matching
- Add database index on chat_flow.name for improved query performance
- Support filtering executions by agentflow name across all database types
- Apply prettier formatting to migration files
- Fix formatting in executions service
- Remove accidentally committed screenshot file
@anatolyburtsev anatolyburtsev changed the title Feature: execution filter by agentflow name feat: execution filter by agentflow name Aug 21, 2025
Copy link
Contributor

@HenryHengZJ HenryHengZJ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is awesome, thanks!

@HenryHengZJ HenryHengZJ merged commit 42fed57 into FlowiseAI:main Sep 5, 2025
2 checks passed
erhhung pushed a commit to erhhung/flowise that referenced this pull request Oct 5, 2025
* feat: Add agentflow name filter to executions page

- Add agentflow name text field to executions filter UI
- Implement backend filtering with case-insensitive partial matching
- Add database index on chat_flow.name for improved query performance
- Support filtering executions by agentflow name across all database types

* chore: Fix linting issues and remove screenshot

- Apply prettier formatting to migration files
- Fix formatting in executions service
- Remove accidentally committed screenshot file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants