Skip to main content

Class: SignalExternalWorkflowExecution

coresdk.workflow_commands.SignalExternalWorkflowExecution

Send a signal to an external or child workflow

Properties

args

args: $Properties[]

Arguments for the handler


childWorkflowId

Optional childWorkflowId: null | string

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


headers

headers: Object

Headers to attach to the signal

Index signature

▪ [k: string]: $Properties


seq

seq: number

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


signalName

signalName: string

Name of the signal handler


target

Optional target: "workflowExecution" | "childWorkflowId"

What workflow is being targeted


workflowExecution

Optional workflowExecution: null | $Properties

A specific workflow instance

Methods

toJSON

toJSON(): Object

Converts this SignalExternalWorkflowExecution to JSON.

Returns

Object

JSON object


create

create(properties?): SignalExternalWorkflowExecution & $Shape

Creates a new SignalExternalWorkflowExecution instance using the specified properties.

Parameters

NameTypeDescription
properties?$ShapeProperties to set

Returns

SignalExternalWorkflowExecution & $Shape

SignalExternalWorkflowExecution instance

create(properties?): SignalExternalWorkflowExecution

Parameters

NameType
properties?$Properties

Returns

SignalExternalWorkflowExecution


decode

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

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 & $Shape

SignalExternalWorkflowExecution

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): SignalExternalWorkflowExecution & $Shape

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

SignalExternalWorkflowExecution & $Shape

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
message$PropertiesSignalExternalWorkflowExecution 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
message$PropertiesSignalExternalWorkflowExecution 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


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