Skip to main content

Class: RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

history.v1.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

Represents a RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.

Properties

childWorkflowOnly

childWorkflowOnly: boolean

Workers are expected to set this to true if the workflow they are requesting to cancel is a child of the workflow which issued the request


control

control: string

Deprecated.


namespace

namespace: string

The namespace the workflow to be cancelled lives in. SDKs and UI tools should use namespace field but server must use namespace_id only.


namespaceId

namespaceId: string

RequestCancelExternalWorkflowExecutionInitiatedEventAttributes namespaceId.


reason

reason: string

Reason for requesting the cancellation


workflowExecution

Optional workflowExecution: null | $Properties

RequestCancelExternalWorkflowExecutionInitiatedEventAttributes workflowExecution.


workflowTaskCompletedEventId

workflowTaskCompletedEventId: Long

The WORKFLOW_TASK_COMPLETED event which this command was reported with

Methods

toJSON

toJSON(): Object

Converts this RequestCancelExternalWorkflowExecutionInitiatedEventAttributes to JSON.

Returns

Object

JSON object


create

create(properties?): RequestCancelExternalWorkflowExecutionInitiatedEventAttributes & $Properties

Creates a new RequestCancelExternalWorkflowExecutionInitiatedEventAttributes instance using the specified properties.

Parameters

NameTypeDescription
properties?$PropertiesProperties to set

Returns

RequestCancelExternalWorkflowExecutionInitiatedEventAttributes & $Properties

RequestCancelExternalWorkflowExecutionInitiatedEventAttributes instance

create(properties?): RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

Parameters

NameType
properties?$Properties

Returns

RequestCancelExternalWorkflowExecutionInitiatedEventAttributes


decode

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

Decodes a RequestCancelExternalWorkflowExecutionInitiatedEventAttributes message from the specified reader or buffer.

Parameters

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

Returns

RequestCancelExternalWorkflowExecutionInitiatedEventAttributes & $Properties

RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): RequestCancelExternalWorkflowExecutionInitiatedEventAttributes & $Properties

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

RequestCancelExternalWorkflowExecutionInitiatedEventAttributes & $Properties

RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

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

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

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

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

RequestCancelExternalWorkflowExecutionInitiatedEventAttributes

RequestCancelExternalWorkflowExecutionInitiatedEventAttributes


toObject

toObject(message, options?): Object

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

Parameters

NameTypeDescription
messageRequestCancelExternalWorkflowExecutionInitiatedEventAttributesRequestCancelExternalWorkflowExecutionInitiatedEventAttributes
options?IConversionOptionsConversion options

Returns

Object

Plain object