temporalio.workflow.ExternalWorkflowHandle

async def cancel(self): (source) ΒΆ

overridden in temporalio.worker._workflow_instance._ExternalWorkflowHandle

Send a cancellation request to this external workflow.

This will fail if the workflow cannot accept the request (e.g. if the workflow is not found).