Interface: INexusOperationCompletedEventAttributes
history.v1.INexusOperationCompletedEventAttributes
Properties of a NexusOperationCompletedEventAttributes.
Implemented by
Properties
requestId
• Optional requestId: null | string
The request ID allocated at schedule time.
result
• Optional result: null | IPayload
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.
scheduledEventId
• Optional scheduledEventId: null | Long
The ID of the NEXUS_OPERATION_SCHEDULED event. Uniquely identifies this operation.