feat: Add workspace-scoped workflow runs view and controls#2233
Merged
daryllimyt merged 15 commits intomainfrom Mar 4, 2026
Merged
feat: Add workspace-scoped workflow runs view and controls#2233daryllimyt merged 15 commits intomainfrom
daryllimyt merged 15 commits intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
1 issue found across 21 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="frontend/src/hooks/use-workflow-runs.ts">
<violation number="1" location="frontend/src/hooks/use-workflow-runs.ts:223">
P2: Include workspaceId in the reset-points queryKey to avoid cross-workspace cache collisions when executionIds overlap.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a7d89f46c6
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
This comment has been minimized.
This comment has been minimized.
79a4dce to
b7bb35d
Compare
- Enhanced the build_schedule_search_attributes function to include ExecutionType.PUBLISHED in the search attributes for scheduled workflows, improving the granularity of search capabilities.
jordan-umusu
reviewed
Mar 3, 2026
ac727d6 to
178f1e7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist
uv run pytest tests)?pre-commit run --all-files)?Description
This PR adds a consolidated workflow runs management experience per workspace, backed by workspace-scoped Temporal queries and controls.
What’s included:
Related Issues
N/A
Screenshots / Recordings
N/A
Steps to QA
View workflow,Cancel,Terminate,Reset) and bulk actions behave as expected.Summary by cubic
Adds a workspace-level Runs page with scoped search, per-run/bulk controls (cancel, terminate, reset), and periodic polling. Backend adds a workspace-scoped run search API, reset endpoints, and a minimal run model with workflow title, all strictly scoped to the workspace.
New Features
Bug Fixes
Written for commit 4b891c4. Summary will update on new commits.