Skip to main content

Class: UnpauseWorkflowExecutionRequest

workflowservice.v1.UnpauseWorkflowExecutionRequest

Represents an UnpauseWorkflowExecutionRequest.

Properties

identity

identity: string

The identity of the client who initiated this request.


namespace

namespace: string

Namespace of the workflow to unpause.


reason

reason: string

Reason to unpause the workflow execution.


requestId

requestId: string

A unique identifier for this unpause request for idempotence. Typically UUIDv4.


runId

runId: string

Run ID of the workflow execution to be paused. Optional. If not provided, the current run of the workflow will be paused.


workflowId

workflowId: string

ID of the workflow execution to be paused. Required.

Methods

toJSON

toJSON(): Object

Converts this UnpauseWorkflowExecutionRequest to JSON.

Returns

Object

JSON object


create

create(properties?): UnpauseWorkflowExecutionRequest & $Properties

Creates a new UnpauseWorkflowExecutionRequest instance using the specified properties.

Parameters

NameTypeDescription
properties?$PropertiesProperties to set

Returns

UnpauseWorkflowExecutionRequest & $Properties

UnpauseWorkflowExecutionRequest instance

create(properties?): UnpauseWorkflowExecutionRequest

Parameters

NameType
properties?$Properties

Returns

UnpauseWorkflowExecutionRequest


decode

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

Decodes an UnpauseWorkflowExecutionRequest message from the specified reader or buffer.

Parameters

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

Returns

UnpauseWorkflowExecutionRequest & $Properties

UnpauseWorkflowExecutionRequest

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): UnpauseWorkflowExecutionRequest & $Properties

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

UnpauseWorkflowExecutionRequest & $Properties

UnpauseWorkflowExecutionRequest

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 UnpauseWorkflowExecutionRequest message. Does not implicitly temporal.api.workflowservice.v1.UnpauseWorkflowExecutionRequest.verify|verify messages.

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

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

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): UnpauseWorkflowExecutionRequest

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

UnpauseWorkflowExecutionRequest

UnpauseWorkflowExecutionRequest


toObject

toObject(message, options?): Object

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

Parameters

NameTypeDescription
messageUnpauseWorkflowExecutionRequestUnpauseWorkflowExecutionRequest
options?IConversionOptionsConversion options

Returns

Object

Plain object