Skip to content

Commit 1dcced9

Browse files
cretztconley1428
andauthored
Minor README update for Nexus operations and asyncio cancellation (#1234)
Co-authored-by: Tim Conley <tconley1428@gmail.com>
1 parent 9d9087c commit 1dcced9

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -895,9 +895,12 @@ protect tasks against cancellation.
895895

896896
The following tasks, when cancelled, perform a Temporal cancellation:
897897

898-
* Activities - when the task executing an activity is cancelled, a cancellation request is sent to the activity
899-
* Child workflows - when the task starting or executing a child workflow is cancelled, a cancellation request is sent to
900-
cancel the child workflow
898+
* Activities - when the task executing an activity is cancelled, a cancellation request may be sent to the activity
899+
depending on cancellation type
900+
* Child workflows - when the task starting or executing a child workflow is cancelled, a cancellation request may be
901+
sent to cancel the child workflow depending on cancellation type
902+
* Nexus operations - when the task starting or executing a Nexus operation is cancelled, a cancellation request may be
903+
sent to cancel the Nexus operation depending on cancellation type
901904
* Timers - when the task executing a timer is cancelled (whether started via sleep or timeout), the timer is cancelled
902905

903906
When the workflow itself is requested to cancel, `Task.cancel` is called on the main workflow task. Therefore,

0 commit comments

Comments
 (0)