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