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
/// Deserializes orchestration history from <paramref name="encodedOrchestratorRequest"/> and uses it to resume the
133
92
/// orchestrator implemented by <paramref name="implementation"/>.
@@ -136,8 +95,8 @@ public static string LoadAndRun(
136
95
/// The encoded protobuf payload representing an orchestration execution request. This is a base64-encoded string.
137
96
/// </param>
138
97
/// <param name="implementation">
139
-
/// An <see cref="ITaskOrchestrator"/> implementation that defines the orchestrator logic.
140
-
/// </param>
98
+
/// An <see cref="ITaskOrchestrator"/> implementation that defines the orchestrator logic.
99
+
/// </param>
141
100
/// <param name="extendedSessionsCache">
142
101
/// The cache of extended sessions which can be used to retrieve the <see cref="ExtendedSessionState"/> if this orchestration request is from within an extended session.
143
102
/// </param>
@@ -155,13 +114,12 @@ public static string LoadAndRun(
0 commit comments