Skip to content

Commit 7a9b24c

Browse files
committed
Improve completionToken comments
1 parent 7b26e59 commit 7a9b24c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Shared/Grpc/ProtoUtils.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,10 @@ internal static Timestamp ToTimestamp(this DateTime dateTime)
223223
/// <param name="instanceId">The orchestrator instance ID.</param>
224224
/// <param name="customStatus">The orchestrator customer status or <c>null</c> if no custom status.</param>
225225
/// <param name="actions">The orchestrator actions.</param>
226-
/// <param name="completionToken">The completion token from the work item.</param>
226+
/// <param name="completionToken">
227+
/// The completion token for the work item. It must be the exact same <see cref="P.WorkItem.CompletionToken" />
228+
/// value that was provided by the corresponding <see cref="P.WorkItem"/> that triggered the orchestrator execution.
229+
/// </param>
227230
/// <returns>The orchestrator response.</returns>
228231
/// <exception cref="NotSupportedException">When an orchestrator action is unknown.</exception>
229232
internal static P.OrchestratorResponse ConstructOrchestratorResponse(

0 commit comments

Comments
 (0)