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
Add ScheduledEventId to PollActivityTaskQueueResponse.
Additional context
The tuple of (PollActivityTaskQueueResponse.WorkflowExecution.RunId, PollActivityTaskQueueResponse.ScheduledEventId) is unique per Activity Execution and may be used to construct an Idempotence Key to deduplicate side effects during Activity Task Executions.
The text was updated successfully, but these errors were encountered:
Feature request
Add
ScheduledEventId
toPollActivityTaskQueueResponse
.Additional context
The tuple of
(PollActivityTaskQueueResponse.WorkflowExecution.RunId, PollActivityTaskQueueResponse.ScheduledEventId)
is unique per Activity Execution and may be used to construct an Idempotence Key to deduplicate side effects during Activity Task Executions.The text was updated successfully, but these errors were encountered: