Skip to main content

Class: Execution

common.v1.Execution

Identifies a specific execution within a namespace. This is used for standalone activities executions in batch jobs currently.

Implements

Constructors

constructor

new Execution(properties?): Execution

Constructs a new Execution.

Parameters

NameTypeDescription
properties?IExecutionProperties to set

Returns

Execution

Properties

businessId

businessId: string

Execution businessId.

Implementation of

IExecution.businessId


runId

runId: string

Execution runId.

Implementation of

IExecution.runId


type

type: ExecutionType

Execution type.

Implementation of

IExecution.type

Methods

toJSON

toJSON(): Object

Converts this Execution to JSON.

Returns

Object

JSON object


create

create(properties?): Execution

Creates a new Execution instance using the specified properties.

Parameters

NameTypeDescription
properties?IExecutionProperties to set

Returns

Execution

Execution instance


decode

decode(reader, length?): Execution

Decodes an Execution message from the specified reader or buffer.

Parameters

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

Returns

Execution

Execution

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): Execution

Decodes an Execution message from the specified reader or buffer, length delimited.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

Execution

Execution

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

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

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

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): Execution

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

Execution

Execution


getTypeUrl

getTypeUrl(typeUrlPrefix?): string

Gets the default type url for Execution

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

Parameters

NameTypeDescription
messageExecutionExecution
options?IConversionOptionsConversion options

Returns

Object

Plain object