Skip to main content

Class: UnpauseActivityRequest

workflowservice.v1.UnpauseActivityRequest

Represents an UnpauseActivityRequest.

Implements

Constructors

constructor

new UnpauseActivityRequest(properties?): UnpauseActivityRequest

Constructs a new UnpauseActivityRequest.

Parameters

NameTypeDescription
properties?IUnpauseActivityRequestProperties to set

Returns

UnpauseActivityRequest

Properties

activity

Optional activity: "id" | "type" | "unpauseAll"

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

IUnpauseActivityRequest.execution


id

Optional id: null | string

Only the activity with this ID will be unpaused.

Implementation of

IUnpauseActivityRequest.id


identity

identity: string

The identity of the client who initiated this request.

Implementation of

IUnpauseActivityRequest.identity


jitter

Optional jitter: null | IDuration

If set, the activity will start at a random time within the specified jitter duration.

Implementation of

IUnpauseActivityRequest.jitter


namespace

namespace: string

Namespace of the workflow which scheduled this activity.

Implementation of

IUnpauseActivityRequest.namespace


resetAttempts

resetAttempts: boolean

Providing this flag will also reset the number of attempts.

Implementation of

IUnpauseActivityRequest.resetAttempts


resetHeartbeat

resetHeartbeat: boolean

Providing this flag will also reset the heartbeat details.

Implementation of

IUnpauseActivityRequest.resetHeartbeat


type

Optional type: null | string

Unpause all running activities with of this type.

Implementation of

IUnpauseActivityRequest.type


unpauseAll

Optional unpauseAll: null | boolean

Unpause all running activities.

Implementation of

IUnpauseActivityRequest.unpauseAll

Methods

toJSON

toJSON(): Object

Converts this UnpauseActivityRequest to JSON.

Returns

Object

JSON object


create

create(properties?): UnpauseActivityRequest

Creates a new UnpauseActivityRequest instance using the specified properties.

Parameters

NameTypeDescription
properties?IUnpauseActivityRequestProperties to set

Returns

UnpauseActivityRequest

UnpauseActivityRequest instance


decode

decode(reader, length?): UnpauseActivityRequest

Decodes an UnpauseActivityRequest message from the specified reader or buffer.

Parameters

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

Returns

UnpauseActivityRequest

UnpauseActivityRequest

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): UnpauseActivityRequest

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

UnpauseActivityRequest

UnpauseActivityRequest

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

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

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

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): UnpauseActivityRequest

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

UnpauseActivityRequest

UnpauseActivityRequest


getTypeUrl

getTypeUrl(typeUrlPrefix?): string

Gets the default type url for UnpauseActivityRequest

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

Parameters

NameTypeDescription
messageUnpauseActivityRequestUnpauseActivityRequest
options?IConversionOptionsConversion options

Returns

Object

Plain object