Interface: INexusOperationStartedEventAttributes
history.v1.INexusOperationStartedEventAttributes
Properties of a NexusOperationStartedEventAttributes.
Implemented by
Properties
operationId
• Optional operationId: null | string
The operation ID returned by the Nexus handler in the response to the StartOperation request. This ID is used when canceling the operation.
Deprecated: Renamed to operation_token.
operationToken
• Optional operationToken: null | string
The operation token returned by the Nexus handler in the response to the StartOperation request. This token is used when canceling the operation.
requestId
• Optional requestId: null | string
The request ID allocated at schedule time.
scheduledEventId
• Optional scheduledEventId: null | Long
The ID of the NEXUS_OPERATION_SCHEDULED event this task corresponds to.