class documentation

Info for a standalone Nexus operation execution, from list response.

Warning

This API is experimental and unstable.

Class Variable close_time Time the operation reached a terminal status, if closed.
Class Variable endpoint Endpoint name.
Class Variable execution_duration Duration from scheduled to close time, only populated if closed.
Class Variable operation Operation name.
Class Variable operation_id Unique identifier of this operation.
Class Variable raw_info Underlying protobuf info.
Class Variable run_id Run ID of the standalone Nexus operation.
Class Variable schedule_time Time the operation was originally scheduled.
Class Variable search_attributes Current set of search attributes if any.
Class Variable service Service name.
Class Variable state_transition_count Number of state transitions.
Class Variable status Current status of the operation.
Class Method _from_raw_info Create from raw proto nexus operation list info.

Time the operation reached a terminal status, if closed.

endpoint: str = (source)

Endpoint name.

execution_duration: timedelta | None = (source)

Duration from scheduled to close time, only populated if closed.

operation: str = (source)

Operation name.

operation_id: str = (source)

Unique identifier of this operation.

Run ID of the standalone Nexus operation.

schedule_time: datetime | None = (source)

Time the operation was originally scheduled.

Current set of search attributes if any.

Service name.

state_transition_count: int = (source)

Number of state transitions.

Create from raw proto nexus operation list info.