Add new options to reset/update activities#808
Add new options to reset/update activities#808ychebotarev wants to merge 9 commits intonext-serverfrom
Conversation
Co-authored-by: Spencer Judge <sjudge@hey.com> Co-authored-by: Yuri <ychebotarev@gmail.com> Co-authored-by: Thomas Hardy <thestaffofmoses@gmail.com> Co-authored-by: Jacob Barzee <jmbarzee@gmail.com> Co-authored-by: Rodrigo Zhou <2068124+rodrigozhou@users.noreply.github.com>
Co-authored-by: Spencer Judge <sjudge@hey.com> Co-authored-by: Yuri <ychebotarev@gmail.com> Co-authored-by: Thomas Hardy <thestaffofmoses@gmail.com> Co-authored-by: Jacob Barzee <jmbarzee@gmail.com> Co-authored-by: Rodrigo Zhou <2068124+rodrigozhou@users.noreply.github.com> Co-authored-by: Dan Davison <dan.davison@temporal.io> Co-authored-by: Andrew Yuan <andrew.yuan@temporal.io> Co-authored-by: Chad Retz <chad.retz@gmail.com>
## 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 -->
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 resetandtemporal activity update-optionsWhy?
Users should be able to restore original activity options.