Skip to main content

Class: BatchJob

v1.Link.BatchJob

A link to a built-in batch job. Batch jobs can be used to perform operations on a set of workflows (e.g. terminate, signal, cancel, etc). This link can be put on workflow history events generated by actions taken by a batch job.

Properties

jobId

jobId: string

BatchJob jobId.

Methods

toJSON

toJSON(): Object

Converts this BatchJob to JSON.

Returns

Object

JSON object


create

create(properties?): BatchJob & $Properties

Creates a new BatchJob instance using the specified properties.

Parameters

NameTypeDescription
properties?$PropertiesProperties to set

Returns

BatchJob & $Properties

BatchJob instance

create(properties?): BatchJob

Parameters

NameType
properties?$Properties

Returns

BatchJob


decode

decode(reader, length?): BatchJob & $Properties

Decodes a BatchJob message from the specified reader or buffer.

Parameters

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

Returns

BatchJob & $Properties

BatchJob

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): BatchJob & $Properties

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

BatchJob & $Properties

BatchJob

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 BatchJob message. Does not implicitly temporal.api.common.v1.Link.BatchJob.verify|verify messages.

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

Encodes the specified BatchJob message, length delimited. Does not implicitly temporal.api.common.v1.Link.BatchJob.verify|verify messages.

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): BatchJob

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

BatchJob

BatchJob


toObject

toObject(message, options?): Object

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

Parameters

NameTypeDescription
messageBatchJobBatchJob
options?IConversionOptionsConversion options

Returns

Object

Plain object