Skip to main content

Class: NamespacedWorkflowExecution

coresdk.common.NamespacedWorkflowExecution

Identifying information about a particular workflow execution, including namespace

Properties

namespace

namespace: string

Namespace the workflow run is located in


runId

runId: string

May be empty if the most recent run of the workflow with the given ID is being targeted


workflowId

workflowId: string

Can never be empty

Methods

toJSON

toJSON(): Object

Converts this NamespacedWorkflowExecution to JSON.

Returns

Object

JSON object


create

create(properties?): NamespacedWorkflowExecution & $Properties

Creates a new NamespacedWorkflowExecution instance using the specified properties.

Parameters

NameTypeDescription
properties?$PropertiesProperties to set

Returns

NamespacedWorkflowExecution & $Properties

NamespacedWorkflowExecution instance

create(properties?): NamespacedWorkflowExecution

Parameters

NameType
properties?$Properties

Returns

NamespacedWorkflowExecution


decode

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

Decodes a NamespacedWorkflowExecution message from the specified reader or buffer.

Parameters

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

Returns

NamespacedWorkflowExecution & $Properties

NamespacedWorkflowExecution

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): NamespacedWorkflowExecution & $Properties

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

NamespacedWorkflowExecution & $Properties

NamespacedWorkflowExecution

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 NamespacedWorkflowExecution message. Does not implicitly coresdk.common.NamespacedWorkflowExecution.verify|verify messages.

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

Encodes the specified NamespacedWorkflowExecution message, length delimited. Does not implicitly coresdk.common.NamespacedWorkflowExecution.verify|verify messages.

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): NamespacedWorkflowExecution

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

NamespacedWorkflowExecution

NamespacedWorkflowExecution


toObject

toObject(message, options?): Object

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

Parameters

NameTypeDescription
messageNamespacedWorkflowExecutionNamespacedWorkflowExecution
options?IConversionOptionsConversion options

Returns

Object

Plain object