Skip to main content

Class: UpdateWorkflowExecutionCompleted

v1.CallbackInfo.UpdateWorkflowExecutionCompleted

Trigger for when a workflow update is completed.

Properties

updateId

updateId: string

UpdateWorkflowExecutionCompleted updateId.

Methods

toJSON

toJSON(): Object

Converts this UpdateWorkflowExecutionCompleted to JSON.

Returns

Object

JSON object


create

create(properties?): UpdateWorkflowExecutionCompleted & $Properties

Creates a new UpdateWorkflowExecutionCompleted instance using the specified properties.

Parameters

NameTypeDescription
properties?$PropertiesProperties to set

Returns

UpdateWorkflowExecutionCompleted & $Properties

UpdateWorkflowExecutionCompleted instance

create(properties?): UpdateWorkflowExecutionCompleted

Parameters

NameType
properties?$Properties

Returns

UpdateWorkflowExecutionCompleted


decode

decode(reader, length?): UpdateWorkflowExecutionCompleted & $Properties

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 & $Properties

UpdateWorkflowExecutionCompleted

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): UpdateWorkflowExecutionCompleted & $Properties

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

UpdateWorkflowExecutionCompleted & $Properties

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
message$PropertiesUpdateWorkflowExecutionCompleted 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
message$PropertiesUpdateWorkflowExecutionCompleted 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


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