Skip to main content

Interface: INexusOperationStartedEventAttributes

history.v1.INexusOperationStartedEventAttributes

Properties of a NexusOperationStartedEventAttributes.

Hierarchy

  • $Properties

    INexusOperationStartedEventAttributes

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.

Inherited from

$Properties.operationId


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.

Inherited from

$Properties.operationToken


requestId

Optional requestId: null | string

The request ID allocated at schedule time.

Inherited from

$Properties.requestId


scheduledEventId

Optional scheduledEventId: null | Long

The ID of the NEXUS_OPERATION_SCHEDULED event this task corresponds to.

Inherited from

$Properties.scheduledEventId