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
| Name | Type | Description |
|---|---|---|
properties? | $Shape | Properties to set |
Returns
WorkflowExecutionUpdateAcceptedEventAttributes & $Shape
WorkflowExecutionUpdateAcceptedEventAttributes instance
▸ create(properties?): WorkflowExecutionUpdateAcceptedEventAttributes
Parameters
| Name | Type |
|---|---|
properties? | $Properties |
Returns
WorkflowExecutionUpdateAcceptedEventAttributes
decode
▸ decode(reader, length?): WorkflowExecutionUpdateAcceptedEventAttributes & $Shape
Decodes a WorkflowExecutionUpdateAcceptedEventAttributes message from the specified reader or buffer.
Parameters
| Name | Type | Description |
|---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
length? | number | Message 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
| Name | Type | Description |
|---|---|---|
reader | Uint8Array | Reader | Reader 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
| Name | Type | Description |
|---|---|---|
message | $Properties | WorkflowExecutionUpdateAcceptedEventAttributes message or plain object to encode |
writer? | Writer | Writer 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
| Name | Type | Description |
|---|---|---|
message | $Properties | WorkflowExecutionUpdateAcceptedEventAttributes message or plain object to encode |
writer? | Writer | Writer 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
| Name | Type | Description |
|---|---|---|
object | Object | Plain 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
| Name | Type | Description |
|---|---|---|
message | WorkflowExecutionUpdateAcceptedEventAttributes | WorkflowExecutionUpdateAcceptedEventAttributes |
options? | IConversionOptions | Conversion options |
Returns
Object
Plain object