File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments