We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0fafa0 commit 2d13fa6Copy full SHA for 2d13fa6
README.md
@@ -793,6 +793,10 @@ ensure that handler tasks have finished is to wait on the `workflow.all_handlers
793
```python
794
await workflow.wait_condition(lambda: workflow.all_handlers_finished())
795
```
796
+
797
+If your main workflow task finishes as a result of cancellation, then any in-progress update handler tasks will be
798
+automatically requested to cancel.
799
800
#### External Workflows
801
802
* `workflow.get_external_workflow_handle()` inside a workflow returns a handle to interact with another workflow
0 commit comments