Skip to main content

Class: UpdateActivityOptionsRequest

workflowservice.v1.UpdateActivityOptionsRequest

NOTE: keep in sync with temporal.api.batch.v1.BatchOperationUpdateActivityOptions

Implements

Constructors

constructor

new UpdateActivityOptionsRequest(properties?): UpdateActivityOptionsRequest

Constructs a new UpdateActivityOptionsRequest.

Parameters

NameTypeDescription
properties?IUpdateActivityOptionsRequestProperties to set

Returns

UpdateActivityOptionsRequest

Properties

activity

Optional activity: "id" | "type" | "matchAll"

either activity id, activity type or update_all must be provided


activityOptions

Optional activityOptions: null | IActivityOptions

Activity options. Partial updates are accepted and controlled by update_mask

Implementation of

IUpdateActivityOptionsRequest.activityOptions


execution

Optional execution: null | IWorkflowExecution

Execution info of the workflow which scheduled this activity

Implementation of

IUpdateActivityOptionsRequest.execution


id

Optional id: null | string

Only activity with this ID will be updated.

Implementation of

IUpdateActivityOptionsRequest.id


identity

identity: string

The identity of the client who initiated this request

Implementation of

IUpdateActivityOptionsRequest.identity


matchAll

Optional matchAll: null | boolean

Update all running activities.

Implementation of

IUpdateActivityOptionsRequest.matchAll


namespace

namespace: string

Namespace of the workflow which scheduled this activity

Implementation of

IUpdateActivityOptionsRequest.namespace


restoreOriginal

restoreOriginal: boolean

If set, the activity options will be restored to the default. Default options are then options activity was created with. They are part of the first SCHEDULE event. This flag cannot be combined with any other option; if you supply restore_original together with other options, the request will be rejected.

Implementation of

IUpdateActivityOptionsRequest.restoreOriginal


type

Optional type: null | string

Update all running activities of this type.

Implementation of

IUpdateActivityOptionsRequest.type


updateMask

Optional updateMask: null | IFieldMask

Controls which fields from activity_options will be applied

Implementation of

IUpdateActivityOptionsRequest.updateMask

Methods

toJSON

toJSON(): Object

Converts this UpdateActivityOptionsRequest to JSON.

Returns

Object

JSON object


create

create(properties?): UpdateActivityOptionsRequest

Creates a new UpdateActivityOptionsRequest instance using the specified properties.

Parameters

NameTypeDescription
properties?IUpdateActivityOptionsRequestProperties to set

Returns

UpdateActivityOptionsRequest

UpdateActivityOptionsRequest instance


decode

decode(reader, length?): UpdateActivityOptionsRequest

Decodes an UpdateActivityOptionsRequest message from the specified reader or buffer.

Parameters

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

Returns

UpdateActivityOptionsRequest

UpdateActivityOptionsRequest

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): UpdateActivityOptionsRequest

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

UpdateActivityOptionsRequest

UpdateActivityOptionsRequest

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

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

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

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): UpdateActivityOptionsRequest

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

UpdateActivityOptionsRequest

UpdateActivityOptionsRequest


getTypeUrl

getTypeUrl(typeUrlPrefix?): string

Gets the default type url for UpdateActivityOptionsRequest

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

Parameters

NameTypeDescription
messageUpdateActivityOptionsRequestUpdateActivityOptionsRequest
options?IConversionOptionsConversion options

Returns

Object

Plain object