Skip to content

feat: add ability to search workflows by Activity ID#3297

Open
ItsRoy69 wants to merge 1 commit intotemporalio:mainfrom
ItsRoy69:feat/search-by-activity-id
Open

feat: add ability to search workflows by Activity ID#3297
ItsRoy69 wants to merge 1 commit intotemporalio:mainfrom
ItsRoy69:feat/search-by-activity-id

Conversation

@ItsRoy69
Copy link
Copy Markdown
Contributor

Description & motivation 💭

Closes #3249

Users who encounter activity failures see ActivityId in their application logs but have no way to search for the parent workflow in the UI. This PR adds ActivityId as a searchable attribute in the workflow filter bar, allowing users to find workflows containing a specific activity by its ID.

Screenshots (if applicable) 📸

Design Considerations 🎨

Testing 🧪

How was this tested 👻

  • Manual testing
  • E2E tests added
  • Unit tests added

Steps for others to test: 🚶🏽‍♂️🚶🏽‍♀️

  1. Navigate to any namespace's workflow list page
  2. Click the "Add Filter" button in the filter bar
  3. Verify ActivityId appears in the dropdown (near the top, after RunId
  4. Select ActivityId, enter an activity ID value, and confirm the query filters correctly
  5. Toggle "View raw query" and verify the query contains ActivityId=""

Signed-off-by: ItsRoy69 <jyotirmoyroy649@gmail.com>
@ItsRoy69 ItsRoy69 requested a review from a team as a code owner April 13, 2026 06:45
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 13, 2026

@ItsRoy69 is attempting to deploy a commit to the Temporal Team on Vercel.

A member of the Team first needs to authorize it.

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.

Ability to search by activity id

1 participant