Skip to main content

Class: SignalExternalWorkflowExecution

coresdk.workflow_commands.SignalExternalWorkflowExecution

Send a signal to an external or child workflow

Implements

Constructors

constructor

new SignalExternalWorkflowExecution(properties?): SignalExternalWorkflowExecution

Constructs a new SignalExternalWorkflowExecution.

Parameters

NameTypeDescription
properties?ISignalExternalWorkflowExecutionProperties to set

Returns

SignalExternalWorkflowExecution

Properties

args

args: IPayload[]

Arguments for the handler

Implementation of

ISignalExternalWorkflowExecution.args


childWorkflowId

Optional childWorkflowId: null | string

The desired target must be a child of the issuing workflow, and this is its workflow id

Implementation of

ISignalExternalWorkflowExecution.childWorkflowId


headers

headers: Object

Headers to attach to the signal

Index signature

▪ [k: string]: IPayload

Implementation of

ISignalExternalWorkflowExecution.headers


seq

seq: number

Lang's incremental sequence number, used as the operation identifier

Implementation of

ISignalExternalWorkflowExecution.seq


signalName

signalName: string

Name of the signal handler

Implementation of

ISignalExternalWorkflowExecution.signalName


target

Optional target: "workflowExecution" | "childWorkflowId"

What workflow is being targeted


workflowExecution

Optional workflowExecution: null | INamespacedWorkflowExecution

A specific workflow instance

Implementation of

ISignalExternalWorkflowExecution.workflowExecution

Methods

toJSON

toJSON(): Object

Converts this SignalExternalWorkflowExecution to JSON.

Returns

Object

JSON object


create

create(properties?): SignalExternalWorkflowExecution

Creates a new SignalExternalWorkflowExecution instance using the specified properties.

Parameters

NameTypeDescription
properties?ISignalExternalWorkflowExecutionProperties to set

Returns

SignalExternalWorkflowExecution

SignalExternalWorkflowExecution instance


decode

decode(reader, length?): SignalExternalWorkflowExecution

Decodes a SignalExternalWorkflowExecution message from the specified reader or buffer.

Parameters

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

Returns

SignalExternalWorkflowExecution

SignalExternalWorkflowExecution

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): SignalExternalWorkflowExecution

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

SignalExternalWorkflowExecution

SignalExternalWorkflowExecution

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 SignalExternalWorkflowExecution message. Does not implicitly coresdk.workflow_commands.SignalExternalWorkflowExecution.verify|verify messages.

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

Encodes the specified SignalExternalWorkflowExecution message, length delimited. Does not implicitly coresdk.workflow_commands.SignalExternalWorkflowExecution.verify|verify messages.

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): SignalExternalWorkflowExecution

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

SignalExternalWorkflowExecution

SignalExternalWorkflowExecution


getTypeUrl

getTypeUrl(typeUrlPrefix?): string

Gets the default type url for SignalExternalWorkflowExecution

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

Parameters

NameTypeDescription
messageSignalExternalWorkflowExecutionSignalExternalWorkflowExecution
options?IConversionOptionsConversion options

Returns

Object

Plain object