class documentation
class NexusOperationHandle(Generic[
Known subclasses: temporalio.worker._workflow_instance._NexusOperationHandle
Handle for interacting with a Nexus operation.
Warning
This API is experimental and unstable.
Method | __await__ |
Support await. |
Method | cancel |
Request cancellation of the operation. |
Property | operation |
The operation token for this handle. |