You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
In non-reset case, we will have a short or no activity retry, so that the error would return to the caller/client early.
However, on a retry with re-apply, we need to ensure the activity will not fail, because the update has been considered completed (just like signal has been accepted) from the client.
Right now this is not possible.
Kinda related to temporalio/temporal#5873
If the workflowContext can tell that the workflowTask is from a reset, that's probably enough?
Describe the solution you'd like
A clear and concise description of what you want to happen.
SDK should know this info (the update is from Admitted event), just provide a flag to us.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
NA
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
To clarify, do you want to know if the update request came being reapplied from a reset? Since temporalio/temporal#5873 refers to a workflow task, but updates can span multiple workflow tasks.
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
In non-reset case, we will have a short or no activity retry, so that the error would return to the caller/client early.
However, on a retry with re-apply, we need to ensure the activity will not fail, because the update has been considered completed (just like signal has been accepted) from the client.
Right now this is not possible.
Kinda related to temporalio/temporal#5873
If the workflowContext can tell that the workflowTask is from a reset, that's probably enough?
Describe the solution you'd like
A clear and concise description of what you want to happen.
SDK should know this info (the update is from Admitted event), just provide a flag to us.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
NA
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: