-
Notifications
You must be signed in to change notification settings - Fork 272
Add summary to side effect and mutable side effect #2129
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: master
Are you sure you want to change the base?
Add summary to side effect and mutable side effect #2129
Conversation
yuandrew
left a comment
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.
Overall looks good! Left some minor feedback. Also looks like you'll need to add the new interceptor methods to the TestInterceptorCalls test
…ental, only Summary field is experimental
a6a9316 to
7ed502c
Compare
|
@yuandrew Thanks for a thorough review! I've updated the PR according to your comments |
|
@yuandrew sorry for pinging, but could you please re-review after minor fixes? It would be a great Christmas miracle for our team 😄 |
|
@djeer thanks for the ping, changes look good! Looks like CI is still failing, once you fix up the test we should be good to merge |
|
@yuandrew fixed, the tests passed locally on my machine, let's try again, please |
Implements #2084 in Go SDK. It is already implemented in Java SDK here temporalio/sdk-java#2699
What was changed
Very similar to what's already exists in Activities and LocalActivities.
Why?
The justification is in #2076 , it's difficult to read a timeline with 20 SideEffect's in a row.

Checklist
Closes Add support for static summary for side effects and mutable side effects #2084
How was this tested:
Local run of our application with Options parameter provided in the code
Current behaviour is not changed, just a new experimental feature, so I guess no?