Skip to main content

Class: UpdateWorkflowExecutionCompleted

v1.CallbackInfo.UpdateWorkflowExecutionCompleted

Trigger for when a workflow update is completed.

Implements

Constructors

constructor

new UpdateWorkflowExecutionCompleted(properties?): UpdateWorkflowExecutionCompleted

Constructs a new UpdateWorkflowExecutionCompleted.

Parameters

NameTypeDescription
properties?IUpdateWorkflowExecutionCompletedProperties to set

Returns

UpdateWorkflowExecutionCompleted

Properties

updateId

updateId: string

UpdateWorkflowExecutionCompleted updateId.

Implementation of

IUpdateWorkflowExecutionCompleted.updateId

Methods

toJSON

toJSON(): Object

Converts this UpdateWorkflowExecutionCompleted to JSON.

Returns

Object

JSON object


create

create(properties?): UpdateWorkflowExecutionCompleted

Creates a new UpdateWorkflowExecutionCompleted instance using the specified properties.

Parameters

NameTypeDescription
properties?IUpdateWorkflowExecutionCompletedProperties to set

Returns

UpdateWorkflowExecutionCompleted

UpdateWorkflowExecutionCompleted instance


decode

decode(reader, length?): UpdateWorkflowExecutionCompleted

Decodes an UpdateWorkflowExecutionCompleted message from the specified reader or buffer.

Parameters

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

Returns

UpdateWorkflowExecutionCompleted

UpdateWorkflowExecutionCompleted

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): UpdateWorkflowExecutionCompleted

Decodes an UpdateWorkflowExecutionCompleted message from the specified reader or buffer, length delimited.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

UpdateWorkflowExecutionCompleted

UpdateWorkflowExecutionCompleted

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 UpdateWorkflowExecutionCompleted message. Does not implicitly temporal.api.workflow.v1.CallbackInfo.UpdateWorkflowExecutionCompleted.verify|verify messages.

Parameters

NameTypeDescription
messageIUpdateWorkflowExecutionCompletedUpdateWorkflowExecutionCompleted message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

Encodes the specified UpdateWorkflowExecutionCompleted message, length delimited. Does not implicitly temporal.api.workflow.v1.CallbackInfo.UpdateWorkflowExecutionCompleted.verify|verify messages.

Parameters

NameTypeDescription
messageIUpdateWorkflowExecutionCompletedUpdateWorkflowExecutionCompleted message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


fromObject

fromObject(object): UpdateWorkflowExecutionCompleted

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

UpdateWorkflowExecutionCompleted

UpdateWorkflowExecutionCompleted


getTypeUrl

getTypeUrl(typeUrlPrefix?): string

Gets the default type url for UpdateWorkflowExecutionCompleted

Parameters

NameTypeDescription
typeUrlPrefix?stringyour custom typeUrlPrefix(default "type.googleapis.com")

Returns

string

The default type url


toObject

toObject(message, options?): Object

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

Parameters

NameTypeDescription
messageUpdateWorkflowExecutionCompletedUpdateWorkflowExecutionCompleted
options?IConversionOptionsConversion options

Returns

Object

Plain object