Activity commands for Standalone Activities#3564
Draft
laurakwhit wants to merge 11 commits into
Draft
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
laurakwhit
force-pushed
the
DT-3976-activity-commands-for-sa
branch
from
June 16, 2026 18:43
bc31086 to
f9586ca
Compare
laurakwhit
force-pushed
the
DT-3976-activity-commands-for-sa
branch
from
June 16, 2026 19:00
f9586ca to
f3fadd0
Compare
laurakwhit
force-pushed
the
DT-3976-activity-commands-for-sa
branch
from
July 1, 2026 16:36
f3fadd0 to
e498c30
Compare
laurakwhit
force-pushed
the
DT-3976-activity-commands-for-sa
branch
from
July 1, 2026 17:09
e498c30 to
1ce94e7
Compare
laurakwhit
commented
Jul 8, 2026
| namespace?: string, | ||
| ): boolean => { | ||
| const version = page.data?.cluster?.serverVersion; | ||
| if (version && !minimumVersionRequired('1.31.2', version)) return true; |
Collaborator
Author
There was a problem hiding this comment.
Note: Verify which version includes temporalio/temporal#10106.
laurakwhit
force-pushed
the
DT-3976-activity-commands-for-sa
branch
from
July 16, 2026 20:37
f0009d1 to
ba6f864
Compare
laurakwhit
force-pushed
the
DT-3976-activity-commands-for-sa
branch
from
July 17, 2026 22:43
8c0324a to
412c5e7
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.
Description & motivation 💭
Add support for Pause/Unpause/Reset/UpdateOptions for Standalone Activities in the UI.
Screenshots (if applicable) 📸
Design Considerations 🎨
Testing 🧪
How was this tested 👻
Steps for others to test: 🚶🏽♂️🚶🏽♀️
Run temporal server from a local build
make binsandmake starttemporal operator namespace create --namespace canarycanarynamespace, runtemporal operator search-attribute create --namespace canary --name CustomKeywordField --type KeywordRun the UI against a local build of temporal server
DT-3976-activity-commands-for-sabranch in the UI repocd server/ && make buildcd .. && pnpm dev:local-temporalRun some sample workflows in the canary-go repo
make binsand./temporal-canary startWith disableWriteActions enabled
Run the UI locally
Note: We just want to be using a server version older than
1.32.0pnpm devChecklists
Draft Checklist
standaloneActivityCommandsDisabledMerge Checklist
Issue(s) closed
DT-3976Docs
Any docs updates needed?