File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -895,9 +895,12 @@ protect tasks against cancellation.
895895
896896The 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
903906When the workflow itself is requested to cancel, ` Task.cancel ` is called on the main workflow task. Therefore,
You can’t perform that action at this time.
0 commit comments