Skip to main content

Class: SignalWithStartWorkflowExecutionResponse

workflowservice.v1.SignalWithStartWorkflowExecutionResponse

Represents a SignalWithStartWorkflowExecutionResponse.

Properties

firstExecutionRunId

firstExecutionRunId: string

If the workflow was started as a result of a de-dupe, this field will contain the run id of the first execution in the chain.


runId

runId: string

The run id of the workflow that was started - or just signaled, if it was already running.


Optional signalLink: null | $Properties

Link to be associated with the WorkflowExecutionSignaled event. Added on the response to propagate the backlink. Available from Temporal server 1.31 and up.


started

started: boolean

If true, a new workflow was started.

Methods

toJSON

toJSON(): Object

Converts this SignalWithStartWorkflowExecutionResponse to JSON.

Returns

Object

JSON object


create

create(properties?): SignalWithStartWorkflowExecutionResponse & $Shape

Creates a new SignalWithStartWorkflowExecutionResponse instance using the specified properties.

Parameters

NameTypeDescription
properties?$ShapeProperties to set

Returns

SignalWithStartWorkflowExecutionResponse & $Shape

SignalWithStartWorkflowExecutionResponse instance

create(properties?): SignalWithStartWorkflowExecutionResponse

Parameters

NameType
properties?$Properties

Returns

SignalWithStartWorkflowExecutionResponse


decode

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

Decodes a SignalWithStartWorkflowExecutionResponse message from the specified reader or buffer.

Parameters

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

Returns

SignalWithStartWorkflowExecutionResponse & $Shape

SignalWithStartWorkflowExecutionResponse

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): SignalWithStartWorkflowExecutionResponse & $Shape

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

SignalWithStartWorkflowExecutionResponse & $Shape

SignalWithStartWorkflowExecutionResponse

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

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

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

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): SignalWithStartWorkflowExecutionResponse

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

SignalWithStartWorkflowExecutionResponse

SignalWithStartWorkflowExecutionResponse


toObject

toObject(message, options?): Object

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

Parameters

NameTypeDescription
messageSignalWithStartWorkflowExecutionResponseSignalWithStartWorkflowExecutionResponse
options?IConversionOptionsConversion options

Returns

Object

Plain object