Skip to main content

Class: ResolveChildWorkflowExecutionStartCancelled

coresdk.workflow_activation.ResolveChildWorkflowExecutionStartCancelled

failure should be ChildWorkflowFailure with cause set to CancelledFailure. The failure is constructed in core for lang's convenience.

Implements

Constructors

constructor

new ResolveChildWorkflowExecutionStartCancelled(properties?): ResolveChildWorkflowExecutionStartCancelled

Constructs a new ResolveChildWorkflowExecutionStartCancelled.

Parameters

NameTypeDescription
properties?IResolveChildWorkflowExecutionStartCancelledProperties to set

Returns

ResolveChildWorkflowExecutionStartCancelled

Properties

failure

Optional failure: null | IFailure

ResolveChildWorkflowExecutionStartCancelled failure.

Implementation of

IResolveChildWorkflowExecutionStartCancelled.failure

Methods

toJSON

toJSON(): Object

Converts this ResolveChildWorkflowExecutionStartCancelled to JSON.

Returns

Object

JSON object


create

create(properties?): ResolveChildWorkflowExecutionStartCancelled

Creates a new ResolveChildWorkflowExecutionStartCancelled instance using the specified properties.

Parameters

NameTypeDescription
properties?IResolveChildWorkflowExecutionStartCancelledProperties to set

Returns

ResolveChildWorkflowExecutionStartCancelled

ResolveChildWorkflowExecutionStartCancelled instance


decode

decode(reader, length?): ResolveChildWorkflowExecutionStartCancelled

Decodes a ResolveChildWorkflowExecutionStartCancelled message from the specified reader or buffer.

Parameters

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

Returns

ResolveChildWorkflowExecutionStartCancelled

ResolveChildWorkflowExecutionStartCancelled

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): ResolveChildWorkflowExecutionStartCancelled

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

ResolveChildWorkflowExecutionStartCancelled

ResolveChildWorkflowExecutionStartCancelled

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

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

Encodes the specified ResolveChildWorkflowExecutionStartCancelled message, length delimited. Does not implicitly coresdk.workflow_activation.ResolveChildWorkflowExecutionStartCancelled.verify|verify messages.

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): ResolveChildWorkflowExecutionStartCancelled

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

ResolveChildWorkflowExecutionStartCancelled

ResolveChildWorkflowExecutionStartCancelled


getTypeUrl

getTypeUrl(typeUrlPrefix?): string

Gets the default type url for ResolveChildWorkflowExecutionStartCancelled

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

Parameters

NameTypeDescription
messageResolveChildWorkflowExecutionStartCancelledResolveChildWorkflowExecutionStartCancelled
options?IConversionOptionsConversion options

Returns

Object

Plain object