Interface: NexusOperationExecution
client.NexusOperationExecution
Info for a standalone Nexus operation execution, from list response.
Properties
closeTime
• Readonly closeTime: undefined | Date
Time the operation reached a terminal status, if closed.
endpoint
• Readonly endpoint: string
Endpoint name.
executionDuration
• Readonly executionDuration: undefined | number
Duration from scheduled to close time, only populated if closed.
operation
• Readonly operation: string
Operation name.
operationId
• Readonly operationId: string
Unique identifier of this operation.
raw
• Readonly raw: INexusOperationExecutionListInfo
Underlying protobuf info.
runId
• Readonly runId: string
The run ID of the standalone Nexus operation.
scheduleTime
• Readonly scheduleTime: undefined | Date
The time the operation was originally scheduled.
searchAttributes
• Readonly searchAttributes: TypedSearchAttributes
Current set of search attributes if any.
service
• Readonly service: string
Service name.
stateTransitionCount
• Readonly stateTransitionCount: number
Number of state transitions.
status
• Readonly status: undefined | NexusOperationExecutionStatus
Current status of the operation.