class documentation
class NexusOperationExecution: (source)
Known subclasses: temporalio.client.NexusOperationExecutionDescription
Info for a standalone Nexus operation execution, from list response.
Warning
This API is experimental and unstable.
| Class Variable | close |
Time the operation reached a terminal status, if closed. |
| Class Variable | endpoint |
Endpoint name. |
| Class Variable | execution |
Duration from scheduled to close time, only populated if closed. |
| Class Variable | operation |
Operation name. |
| Class Variable | operation |
Unique identifier of this operation. |
| Class Variable | raw |
Underlying protobuf info. |
| Class Variable | run |
Run ID of the standalone Nexus operation. |
| Class Variable | schedule |
Time the operation was originally scheduled. |
| Class Variable | search |
Current set of search attributes if any. |
| Class Variable | service |
Service name. |
| Class Variable | state |
Number of state transitions. |
| Class Variable | status |
Current status of the operation. |
| Class Method | _from |
Create from raw proto nexus operation list info. |
raw_info:
temporalio.api.nexus.v1.NexusOperationExecutionListInfo | temporalio.api.nexus.v1.NexusOperationExecutionInfo =
(source)
¶
Underlying protobuf info.
def _from_raw_info(cls, info:
temporalio.api.nexus.v1.NexusOperationExecutionListInfo) -> Self:
(source)
¶
Create from raw proto nexus operation list info.