Interface: INexusOperationCompletedEventAttributes
history.v1.INexusOperationCompletedEventAttributes
Properties of a NexusOperationCompletedEventAttributes.
Hierarchy
-
↳
INexusOperationCompletedEventAttributes
Properties
requestId
• Optional requestId: null | string
The request ID allocated at schedule time.
Inherited from
result
• Optional result: null | $Properties
Serialized result of the Nexus operation. The response of the Nexus handler. Delivered either via a completion callback or as a response to a synchronous operation.
Inherited from
scheduledEventId
• Optional scheduledEventId: null | Long
The ID of the NEXUS_OPERATION_SCHEDULED event. Uniquely identifies this operation.