Skip to main content

Class: SignalWorkflowExecutionRequest

workflowservice.v1.SignalWorkflowExecutionRequest

Keep the parameters in sync with:

  • temporal.api.batch.v1.BatchOperationSignal.
  • temporal.api.workflow.v1.PostResetOperation.SignalWorkflow.

Properties

control

control: string

Deprecated.


Optional header: null | $Properties

Headers that are passed with the signal to the processing workflow. These can include things like auth or tracing tokens.


identity

identity: string

The identity of the worker/client


input

Optional input: null | $Properties

Serialized value(s) to provide with the signal


links: $Properties[]

Links to be associated with the WorkflowExecutionSignaled event.


namespace

namespace: string

SignalWorkflowExecutionRequest namespace.


requestId

requestId: string

Used to de-dupe sent signals


signalName

signalName: string

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


workflowExecution

Optional workflowExecution: null | $Properties

SignalWorkflowExecutionRequest workflowExecution.

Methods

toJSON

toJSON(): Object

Converts this SignalWorkflowExecutionRequest to JSON.

Returns

Object

JSON object


create

create(properties?): SignalWorkflowExecutionRequest & $Shape

Creates a new SignalWorkflowExecutionRequest instance using the specified properties.

Parameters

NameTypeDescription
properties?$ShapeProperties to set

Returns

SignalWorkflowExecutionRequest & $Shape

SignalWorkflowExecutionRequest instance

create(properties?): SignalWorkflowExecutionRequest

Parameters

NameType
properties?$Properties

Returns

SignalWorkflowExecutionRequest


decode

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

Decodes a SignalWorkflowExecutionRequest message from the specified reader or buffer.

Parameters

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

Returns

SignalWorkflowExecutionRequest & $Shape

SignalWorkflowExecutionRequest

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): SignalWorkflowExecutionRequest & $Shape

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

SignalWorkflowExecutionRequest & $Shape

SignalWorkflowExecutionRequest

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

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

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

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): SignalWorkflowExecutionRequest

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

SignalWorkflowExecutionRequest

SignalWorkflowExecutionRequest


toObject

toObject(message, options?): Object

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

Parameters

NameTypeDescription
messageSignalWorkflowExecutionRequestSignalWorkflowExecutionRequest
options?IConversionOptionsConversion options

Returns

Object

Plain object