temporalio.worker._workflow_instance._ExternalWorkflowHandle
Undocumented
async def cancel(self): (source) ¶
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).
ID for the workflow.
Run ID for the workflow if any.