Skip to main content

Class: WorkflowExecutionUpdateAcceptedEventAttributes

history.v1.WorkflowExecutionUpdateAcceptedEventAttributes

Represents a WorkflowExecutionUpdateAcceptedEventAttributes.

Properties

acceptedRequest

Optional acceptedRequest: null | $Properties

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


acceptedRequestMessageId

acceptedRequestMessageId: 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

acceptedRequestSequencingEventId: Long

The event ID used to sequence the original request message.


protocolInstanceId

protocolInstanceId: string

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

Methods

toJSON

toJSON(): Object

Converts this WorkflowExecutionUpdateAcceptedEventAttributes to JSON.

Returns

Object

JSON object


create

create(properties?): WorkflowExecutionUpdateAcceptedEventAttributes & $Shape

Creates a new WorkflowExecutionUpdateAcceptedEventAttributes instance using the specified properties.

Parameters

NameTypeDescription
properties?$ShapeProperties to set

Returns

WorkflowExecutionUpdateAcceptedEventAttributes & $Shape

WorkflowExecutionUpdateAcceptedEventAttributes instance

create(properties?): WorkflowExecutionUpdateAcceptedEventAttributes

Parameters

NameType
properties?$Properties

Returns

WorkflowExecutionUpdateAcceptedEventAttributes


decode

decode(reader, length?): WorkflowExecutionUpdateAcceptedEventAttributes & $Shape

Decodes a WorkflowExecutionUpdateAcceptedEventAttributes message from the specified reader or buffer.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from
length?numberMessage length if known beforehand

Returns

WorkflowExecutionUpdateAcceptedEventAttributes & $Shape

WorkflowExecutionUpdateAcceptedEventAttributes

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): WorkflowExecutionUpdateAcceptedEventAttributes & $Shape

Decodes a WorkflowExecutionUpdateAcceptedEventAttributes message from the specified reader or buffer, length delimited.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

WorkflowExecutionUpdateAcceptedEventAttributes & $Shape

WorkflowExecutionUpdateAcceptedEventAttributes

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


encode

encode(message, writer?): Writer

Encodes the specified WorkflowExecutionUpdateAcceptedEventAttributes message. Does not implicitly temporal.api.history.v1.WorkflowExecutionUpdateAcceptedEventAttributes.verify|verify messages.

Parameters

NameTypeDescription
message$PropertiesWorkflowExecutionUpdateAcceptedEventAttributes message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

Encodes the specified WorkflowExecutionUpdateAcceptedEventAttributes message, length delimited. Does not implicitly temporal.api.history.v1.WorkflowExecutionUpdateAcceptedEventAttributes.verify|verify messages.

Parameters

NameTypeDescription
message$PropertiesWorkflowExecutionUpdateAcceptedEventAttributes message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


fromObject

fromObject(object): WorkflowExecutionUpdateAcceptedEventAttributes

Creates a WorkflowExecutionUpdateAcceptedEventAttributes message from a plain object. Also converts values to their respective internal types.

Parameters

NameTypeDescription
objectObjectPlain object

Returns

WorkflowExecutionUpdateAcceptedEventAttributes

WorkflowExecutionUpdateAcceptedEventAttributes


toObject

toObject(message, options?): Object

Creates a plain object from a WorkflowExecutionUpdateAcceptedEventAttributes message. Also converts values to other types if specified.

Parameters

NameTypeDescription
messageWorkflowExecutionUpdateAcceptedEventAttributesWorkflowExecutionUpdateAcceptedEventAttributes
options?IConversionOptionsConversion options

Returns

Object

Plain object