Skip to main content

Class: SignalExternalWorkflowExecutionCommandAttributes

command.v1.SignalExternalWorkflowExecutionCommandAttributes

Represents a SignalExternalWorkflowExecutionCommandAttributes.

Implements

Constructors

constructor

new SignalExternalWorkflowExecutionCommandAttributes(properties?): SignalExternalWorkflowExecutionCommandAttributes

Constructs a new SignalExternalWorkflowExecutionCommandAttributes.

Parameters

NameTypeDescription
properties?ISignalExternalWorkflowExecutionCommandAttributesProperties to set

Returns

SignalExternalWorkflowExecutionCommandAttributes

Properties

childWorkflowOnly

childWorkflowOnly: boolean

Set this to true if the workflow being cancelled is a child of the workflow originating this command. The request will be rejected if it is set to true and the target workflow is not a child of the requesting workflow.

Implementation of

ISignalExternalWorkflowExecutionCommandAttributes.childWorkflowOnly


control

control: string

Deprecated

Implementation of

ISignalExternalWorkflowExecutionCommandAttributes.control


execution

Optional execution: null | IWorkflowExecution

SignalExternalWorkflowExecutionCommandAttributes execution.

Implementation of

ISignalExternalWorkflowExecutionCommandAttributes.execution


Optional header: null | IHeader

Headers that are passed by the workflow that is sending a signal to the external workflow that is receiving this signal.

Implementation of

ISignalExternalWorkflowExecutionCommandAttributes.header


input

Optional input: null | IPayloads

Serialized value(s) to provide with the signal.

Implementation of

ISignalExternalWorkflowExecutionCommandAttributes.input


namespace

namespace: string

SignalExternalWorkflowExecutionCommandAttributes namespace.

Implementation of

ISignalExternalWorkflowExecutionCommandAttributes.namespace


signalName

signalName: string

The workflow author-defined name of the signal to send to the workflow.

Implementation of

ISignalExternalWorkflowExecutionCommandAttributes.signalName

Methods

toJSON

toJSON(): Object

Converts this SignalExternalWorkflowExecutionCommandAttributes to JSON.

Returns

Object

JSON object


create

create(properties?): SignalExternalWorkflowExecutionCommandAttributes

Creates a new SignalExternalWorkflowExecutionCommandAttributes instance using the specified properties.

Parameters

NameTypeDescription
properties?ISignalExternalWorkflowExecutionCommandAttributesProperties to set

Returns

SignalExternalWorkflowExecutionCommandAttributes

SignalExternalWorkflowExecutionCommandAttributes instance


decode

decode(reader, length?): SignalExternalWorkflowExecutionCommandAttributes

Decodes a SignalExternalWorkflowExecutionCommandAttributes message from the specified reader or buffer.

Parameters

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

Returns

SignalExternalWorkflowExecutionCommandAttributes

SignalExternalWorkflowExecutionCommandAttributes

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): SignalExternalWorkflowExecutionCommandAttributes

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

SignalExternalWorkflowExecutionCommandAttributes

SignalExternalWorkflowExecutionCommandAttributes

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

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

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

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): SignalExternalWorkflowExecutionCommandAttributes

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

SignalExternalWorkflowExecutionCommandAttributes

SignalExternalWorkflowExecutionCommandAttributes


getTypeUrl

getTypeUrl(typeUrlPrefix?): string

Gets the default type url for SignalExternalWorkflowExecutionCommandAttributes

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

Parameters

NameTypeDescription
messageSignalExternalWorkflowExecutionCommandAttributesSignalExternalWorkflowExecutionCommandAttributes
options?IConversionOptionsConversion options

Returns

Object

Plain object