Skip to main content

Class: RequestCancelWorkflowExecutionRequest

workflowservice.v1.RequestCancelWorkflowExecutionRequest

Represents a RequestCancelWorkflowExecutionRequest.

Properties

firstExecutionRunId

firstExecutionRunId: string

If set, this call will error if the most recent (if no run id is set on workflow_execution), or specified (if it is) workflow execution is not part of the same execution chain as this id.


identity

identity: string

The identity of the worker/client


links: $Properties[]

Links to be associated with the WorkflowExecutionCanceled event.


namespace

namespace: string

RequestCancelWorkflowExecutionRequest namespace.


reason

reason: string

Reason for requesting the cancellation


requestId

requestId: string

Used to de-dupe cancellation requests


workflowExecution

Optional workflowExecution: null | $Properties

RequestCancelWorkflowExecutionRequest workflowExecution.

Methods

toJSON

toJSON(): Object

Converts this RequestCancelWorkflowExecutionRequest to JSON.

Returns

Object

JSON object


create

create(properties?): RequestCancelWorkflowExecutionRequest & $Shape

Creates a new RequestCancelWorkflowExecutionRequest instance using the specified properties.

Parameters

NameTypeDescription
properties?$ShapeProperties to set

Returns

RequestCancelWorkflowExecutionRequest & $Shape

RequestCancelWorkflowExecutionRequest instance

create(properties?): RequestCancelWorkflowExecutionRequest

Parameters

NameType
properties?$Properties

Returns

RequestCancelWorkflowExecutionRequest


decode

decode(reader, length?): RequestCancelWorkflowExecutionRequest & $Shape

Decodes a RequestCancelWorkflowExecutionRequest message from the specified reader or buffer.

Parameters

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

Returns

RequestCancelWorkflowExecutionRequest & $Shape

RequestCancelWorkflowExecutionRequest

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): RequestCancelWorkflowExecutionRequest & $Shape

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

RequestCancelWorkflowExecutionRequest & $Shape

RequestCancelWorkflowExecutionRequest

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

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

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

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): RequestCancelWorkflowExecutionRequest

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

RequestCancelWorkflowExecutionRequest

RequestCancelWorkflowExecutionRequest


toObject

toObject(message, options?): Object

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

Parameters

NameTypeDescription
messageRequestCancelWorkflowExecutionRequestRequestCancelWorkflowExecutionRequest
options?IConversionOptionsConversion options

Returns

Object

Plain object