Skip to main content

Interface: $Properties

v1.WorkflowExecutionUpdateRejectedEventAttributes.$Properties

Properties of a WorkflowExecutionUpdateRejectedEventAttributes.

Hierarchy

Properties

failure

Optional failure: null | $Properties

The cause of rejection.


protocolInstanceId

Optional protocolInstanceId: null | string

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


rejectedRequest

Optional rejectedRequest: null | $Properties

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.