Skip to content

Commit 0ab2919

Browse files
Point to sample
1 parent 155e7e6 commit 0ab2919

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/develop/dotnet/temporal-nexus.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,6 @@ This will show the two workflows started and their results.
375375

376376
### Canceling a Nexus Operation {#canceling-a-nexus-operation}
377377

378-
<!--TODO: Add .NET cancellation type information (like Java) once available -->
379-
380378
To cancel a Nexus Operation from within a Workflow, cancel the cancellation token passed to the operation call. Only asynchronous operations can be canceled in Nexus, since cancellation is sent using an operation token.
381379
The Workflow or other resources backing the operation may choose to ignore the cancellation request.
382380
If ignored, the operation may enter a terminal state.
@@ -394,7 +392,7 @@ Once the caller Workflow completes, the caller's Nexus Machinery will not make a
394392
It's okay to leave operations running in some use cases.
395393
To ensure cancellations are delivered, wait for all pending operations to finish before exiting the Workflow.
396394

397-
TODO See the [Nexus cancelation sample](https://github.com/temporalio/samples-java/tree/main/core/src/main/java/io/temporal/samples/nexuscancellation) for reference.
395+
See the [Nexus cancelation sample](https://github.com/temporalio/samples-dotnet/tree/main/src/NexusCancellation) for reference.
398396

399397
## Make Nexus calls across Namespaces in Temporal Cloud {#nexus-calls-across-namespaces-temporal-cloud}
400398

0 commit comments

Comments
 (0)