Skip to main content

Interface: IWorkflowExecutionUpdateAcceptedEventAttributes

history.v1.IWorkflowExecutionUpdateAcceptedEventAttributes

Properties of a WorkflowExecutionUpdateAcceptedEventAttributes.

Implemented by

Properties

acceptedRequest

Optional acceptedRequest: null | IRequest

The message payload of the original request message that initiated this update.


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.


acceptedRequestSequencingEventId

Optional acceptedRequestSequencingEventId: null | Long

The event ID used to sequence the original request message.


protocolInstanceId

Optional protocolInstanceId: null | string

The instance ID of the update protocol that generated this event.