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.

Properties

failure

Optional failure: null | $Properties

ResolveChildWorkflowExecutionStartCancelled failure.

Methods

toJSON

toJSON(): Object

Converts this ResolveChildWorkflowExecutionStartCancelled to JSON.

Returns

Object

JSON object


create

create(properties?): ResolveChildWorkflowExecutionStartCancelled & $Shape

Creates a new ResolveChildWorkflowExecutionStartCancelled instance using the specified properties.

Parameters

NameTypeDescription
properties?$ShapeProperties to set

Returns

ResolveChildWorkflowExecutionStartCancelled & $Shape

ResolveChildWorkflowExecutionStartCancelled instance

create(properties?): ResolveChildWorkflowExecutionStartCancelled

Parameters

NameType
properties?$Properties

Returns

ResolveChildWorkflowExecutionStartCancelled


decode

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

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 & $Shape

ResolveChildWorkflowExecutionStartCancelled

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): ResolveChildWorkflowExecutionStartCancelled & $Shape

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

ResolveChildWorkflowExecutionStartCancelled & $Shape

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
message$PropertiesResolveChildWorkflowExecutionStartCancelled 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
message$PropertiesResolveChildWorkflowExecutionStartCancelled 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


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