Interface: IWorkflowExecutionUpdateAcceptedEventAttributes
history.v1.IWorkflowExecutionUpdateAcceptedEventAttributes
Properties of a WorkflowExecutionUpdateAcceptedEventAttributes.
Hierarchy
-
↳
IWorkflowExecutionUpdateAcceptedEventAttributes
Properties
acceptedRequest
• Optional acceptedRequest: null | $Properties
The message payload of the original request message that initiated this update.
Inherited from
acceptedRequestMessageId
• Optional acceptedRequestMessageId: null | string
The message ID of the original request message that initiated this update. Needed so that the worker can recreate and deliver that same message as part of replay.
Inherited from
$Properties.acceptedRequestMessageId
acceptedRequestSequencingEventId
• Optional acceptedRequestSequencingEventId: null | Long
The event ID used to sequence the original request message.
Inherited from
$Properties.acceptedRequestSequencingEventId
protocolInstanceId
• Optional protocolInstanceId: null | string
The instance ID of the update protocol that generated this event.