Skip to main content

Class: BatchOperationSignal

batch.v1.BatchOperationSignal

BatchOperationSignal sends signals to batch workflows. Keep the parameter in sync with temporal.api.workflowservice.v1.SignalWorkflowExecutionRequest.

Implements

Constructors

constructor

new BatchOperationSignal(properties?): BatchOperationSignal

Constructs a new BatchOperationSignal.

Parameters

NameTypeDescription
properties?IBatchOperationSignalProperties to set

Returns

BatchOperationSignal

Properties

Optional header: null | IHeader

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

Implementation of

IBatchOperationSignal.header


identity

identity: string

The identity of the worker/client

Implementation of

IBatchOperationSignal.identity


input

Optional input: null | IPayloads

Serialized value(s) to provide with the signal

Implementation of

IBatchOperationSignal.input


signal

signal: string

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

Implementation of

IBatchOperationSignal.signal

Methods

toJSON

toJSON(): Object

Converts this BatchOperationSignal to JSON.

Returns

Object

JSON object


create

create(properties?): BatchOperationSignal

Creates a new BatchOperationSignal instance using the specified properties.

Parameters

NameTypeDescription
properties?IBatchOperationSignalProperties to set

Returns

BatchOperationSignal

BatchOperationSignal instance


decode

decode(reader, length?): BatchOperationSignal

Decodes a BatchOperationSignal message from the specified reader or buffer.

Parameters

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

Returns

BatchOperationSignal

BatchOperationSignal

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): BatchOperationSignal

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

BatchOperationSignal

BatchOperationSignal

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

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

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

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): BatchOperationSignal

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

BatchOperationSignal

BatchOperationSignal


getTypeUrl

getTypeUrl(typeUrlPrefix?): string

Gets the default type url for BatchOperationSignal

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

Parameters

NameTypeDescription
messageBatchOperationSignalBatchOperationSignal
options?IConversionOptionsConversion options

Returns

Object

Plain object