Skip to main content

Class: SignalExternalWorkflowExecutionInitiatedEventAttributes

history.v1.SignalExternalWorkflowExecutionInitiatedEventAttributes

Represents a SignalExternalWorkflowExecutionInitiatedEventAttributes.

Implements

Constructors

constructor

new SignalExternalWorkflowExecutionInitiatedEventAttributes(properties?): SignalExternalWorkflowExecutionInitiatedEventAttributes

Constructs a new SignalExternalWorkflowExecutionInitiatedEventAttributes.

Parameters

NameTypeDescription
properties?ISignalExternalWorkflowExecutionInitiatedEventAttributesProperties to set

Returns

SignalExternalWorkflowExecutionInitiatedEventAttributes

Properties

childWorkflowOnly

childWorkflowOnly: boolean

Workers are expected to set this to true if the workflow they are requesting to cancel is a child of the workflow which issued the request

Implementation of

ISignalExternalWorkflowExecutionInitiatedEventAttributes.childWorkflowOnly


control

control: string

Deprecated

Implementation of

ISignalExternalWorkflowExecutionInitiatedEventAttributes.control


Optional header: null | IHeader

SignalExternalWorkflowExecutionInitiatedEventAttributes header.

Implementation of

ISignalExternalWorkflowExecutionInitiatedEventAttributes.header


input

Optional input: null | IPayloads

Serialized arguments to provide to the signal handler

Implementation of

ISignalExternalWorkflowExecutionInitiatedEventAttributes.input


namespace

namespace: string

Namespace of the to-be-signalled workflow. SDKs and UI tools should use namespace field but server must use namespace_id only.

Implementation of

ISignalExternalWorkflowExecutionInitiatedEventAttributes.namespace


namespaceId

namespaceId: string

SignalExternalWorkflowExecutionInitiatedEventAttributes namespaceId.

Implementation of

ISignalExternalWorkflowExecutionInitiatedEventAttributes.namespaceId


signalName

signalName: string

name/type of the signal to fire in the external workflow

Implementation of

ISignalExternalWorkflowExecutionInitiatedEventAttributes.signalName


workflowExecution

Optional workflowExecution: null | IWorkflowExecution

SignalExternalWorkflowExecutionInitiatedEventAttributes workflowExecution.

Implementation of

ISignalExternalWorkflowExecutionInitiatedEventAttributes.workflowExecution


workflowTaskCompletedEventId

workflowTaskCompletedEventId: Long

The WORKFLOW_TASK_COMPLETED event which this command was reported with

Implementation of

ISignalExternalWorkflowExecutionInitiatedEventAttributes.workflowTaskCompletedEventId

Methods

toJSON

toJSON(): Object

Converts this SignalExternalWorkflowExecutionInitiatedEventAttributes to JSON.

Returns

Object

JSON object


create

create(properties?): SignalExternalWorkflowExecutionInitiatedEventAttributes

Creates a new SignalExternalWorkflowExecutionInitiatedEventAttributes instance using the specified properties.

Parameters

NameTypeDescription
properties?ISignalExternalWorkflowExecutionInitiatedEventAttributesProperties to set

Returns

SignalExternalWorkflowExecutionInitiatedEventAttributes

SignalExternalWorkflowExecutionInitiatedEventAttributes instance


decode

decode(reader, length?): SignalExternalWorkflowExecutionInitiatedEventAttributes

Decodes a SignalExternalWorkflowExecutionInitiatedEventAttributes message from the specified reader or buffer.

Parameters

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

Returns

SignalExternalWorkflowExecutionInitiatedEventAttributes

SignalExternalWorkflowExecutionInitiatedEventAttributes

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): SignalExternalWorkflowExecutionInitiatedEventAttributes

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

SignalExternalWorkflowExecutionInitiatedEventAttributes

SignalExternalWorkflowExecutionInitiatedEventAttributes

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

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

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

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): SignalExternalWorkflowExecutionInitiatedEventAttributes

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

SignalExternalWorkflowExecutionInitiatedEventAttributes

SignalExternalWorkflowExecutionInitiatedEventAttributes


getTypeUrl

getTypeUrl(typeUrlPrefix?): string

Gets the default type url for SignalExternalWorkflowExecutionInitiatedEventAttributes

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

Parameters

NameTypeDescription
messageSignalExternalWorkflowExecutionInitiatedEventAttributesSignalExternalWorkflowExecutionInitiatedEventAttributes
options?IConversionOptionsConversion options

Returns

Object

Plain object