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
Where the instanceId extracted from the Option. However, when options?.Retry?.Policy is RetryPolicy policy is enabled, this instanceId is no longer used.
The function CreateSubOrchestrationInstanceWithRetry should support sending instanceId if using the following override:
Hello there,
In
TaskOrchestrationContextWrapper.CallSubOrchestratorAsync
, we have:durabletask-dotnet/src/Worker/Core/Shims/TaskOrchestrationContextWrapper.cs
Lines 117 to 137 in 9e8997c
Where the
instanceId
extracted from the Option. However, whenoptions?.Retry?.Policy is RetryPolicy policy
is enabled, thisinstanceId
is no longer used.The function
CreateSubOrchestrationInstanceWithRetry
should support sendinginstanceId
if using the following override:https://github.com/Azure/durabletask/blob/1bb5c8f964f085bcdd6268c0fb5ec76a0701fb5a/src/DurableTask.Core/OrchestrationContext.cs#L249-L265
I wonder if this needs to be changed
The text was updated successfully, but these errors were encountered: