-
Notifications
You must be signed in to change notification settings - Fork 56
Add new options to reset/update activities #808
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: next-server
Are you sure you want to change the base?
Conversation
Co-authored-by: Spencer Judge <[email protected]> Co-authored-by: Yuri <[email protected]> Co-authored-by: Thomas Hardy <[email protected]> Co-authored-by: Jacob Barzee <[email protected]> Co-authored-by: Rodrigo Zhou <[email protected]>
Co-authored-by: Spencer Judge <[email protected]> Co-authored-by: Yuri <[email protected]> Co-authored-by: Thomas Hardy <[email protected]> Co-authored-by: Jacob Barzee <[email protected]> Co-authored-by: Rodrigo Zhou <[email protected]> Co-authored-by: Dan Davison <[email protected]> Co-authored-by: Andrew Yuan <[email protected]> Co-authored-by: Chad Retz <[email protected]>
## What was changed WISOTT
<!--- Note to EXTERNAL Contributors --> <!-- Thanks for opening a PR! If it is a significant code change, please **make sure there is an open issue** for this. We work best with you when we have accepted the idea first before you code. --> <!--- For ALL Contributors 👇 --> ## What was changed <!-- Describe what has changed in this PR --> Print Nexus callbacks links in DescribeWorkflowExecution <img width="1756" alt="Screenshot 2025-05-02 at 11 05 21" src="https://github.com/user-attachments/assets/30c41d5f-2643-4b24-867e-1a161622c6af" /> ## Why? <!-- Tell your future self why have you made these changes --> ## Checklist <!--- add/delete as needed ---> 1. Closes <!-- add issue number here --> 2. How was this tested: <!--- Please describe how you tested your changes/how we can test them --> 3. Any docs updates needed? <!--- update README if applicable or point out where to update docs.temporal.io -->
<!--- Note to EXTERNAL Contributors --> <!-- Thanks for opening a PR! If it is a significant code change, please **make sure there is an open issue** for this. We work best with you when we have accepted the idea first before you code. --> <!--- For ALL Contributors 👇 --> ## What was changed <!-- Describe what has changed in this PR --> ## Why? <!-- Tell your future self why have you made these changes --> ## Checklist <!--- add/delete as needed ---> 1. Closes <!-- add issue number here --> 2. How was this tested: <!--- Please describe how you tested your changes/how we can test them --> 3. Any docs updates needed? <!--- update README if applicable or point out where to update docs.temporal.io -->
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only minor PR comment, but will want to wait to merge until tests are available (i.e. when next-server can get a new tagged release)
Note. |
👍 This is good so that we can add tests. However, since this is likely no rush since there's no released server to use this with, I think we should wait to merge until we can update go.mod with a server tag. If figure this will be quite soon anyways. |
tests are added.
This is merge to |
@ychebotarev - can likely update dependencies to stable tags now... |
What was changed
temporal activity reset
andtemporal activity update-options
Why?
Users should be able to restore original activity options.