Skip to main content

Class: PauseActivityRequest

workflowservice.v1.PauseActivityRequest

Represents a PauseActivityRequest.

Implements

Constructors

constructor

new PauseActivityRequest(properties?): PauseActivityRequest

Constructs a new PauseActivityRequest.

Parameters

NameTypeDescription
properties?IPauseActivityRequestProperties to set

Returns

PauseActivityRequest

Properties

activity

Optional activity: "id" | "type"

either activity id or activity type must be provided


execution

Optional execution: null | IWorkflowExecution

Execution info of the workflow which scheduled this activity

Implementation of

IPauseActivityRequest.execution


id

Optional id: null | string

Only the activity with this ID will be paused.

Implementation of

IPauseActivityRequest.id


identity

identity: string

The identity of the client who initiated this request.

Implementation of

IPauseActivityRequest.identity


namespace

namespace: string

Namespace of the workflow which scheduled this activity.

Implementation of

IPauseActivityRequest.namespace


type

Optional type: null | string

Pause all running activities of this type.

Implementation of

IPauseActivityRequest.type

Methods

toJSON

toJSON(): Object

Converts this PauseActivityRequest to JSON.

Returns

Object

JSON object


create

create(properties?): PauseActivityRequest

Creates a new PauseActivityRequest instance using the specified properties.

Parameters

NameTypeDescription
properties?IPauseActivityRequestProperties to set

Returns

PauseActivityRequest

PauseActivityRequest instance


decode

decode(reader, length?): PauseActivityRequest

Decodes a PauseActivityRequest message from the specified reader or buffer.

Parameters

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

Returns

PauseActivityRequest

PauseActivityRequest

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): PauseActivityRequest

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

PauseActivityRequest

PauseActivityRequest

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

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

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

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): PauseActivityRequest

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

PauseActivityRequest

PauseActivityRequest


getTypeUrl

getTypeUrl(typeUrlPrefix?): string

Gets the default type url for PauseActivityRequest

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 a PauseActivityRequest message. Also converts values to other types if specified.

Parameters

NameTypeDescription
messagePauseActivityRequestPauseActivityRequest
options?IConversionOptionsConversion options

Returns

Object

Plain object