Interface: IWorkflowExecutionUpdateRejectedEventAttributes
history.v1.IWorkflowExecutionUpdateRejectedEventAttributes
Properties of a WorkflowExecutionUpdateRejectedEventAttributes.
Hierarchy
-
↳
IWorkflowExecutionUpdateRejectedEventAttributes
Properties
failure
• Optional failure: null | $Properties
The cause of rejection.
Inherited from
protocolInstanceId
• Optional protocolInstanceId: null | string
The instance ID of the update protocol that generated this event.
Inherited from
$Properties.protocolInstanceId
rejectedRequest
• Optional rejectedRequest: null | $Properties
The message payload of the original request message that initiated this update.
Inherited from
rejectedRequestMessageId
• Optional rejectedRequestMessageId: 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.rejectedRequestMessageId
rejectedRequestSequencingEventId
• Optional rejectedRequestSequencingEventId: null | Long
The event ID used to sequence the original request message.