Skip to main content

Class: RecordActivityTaskHeartbeatResponse

workflowservice.v1.RecordActivityTaskHeartbeatResponse

Represents a RecordActivityTaskHeartbeatResponse.

Properties

activityPaused

activityPaused: boolean

Will be set to true if the activity is paused.


activityReset

activityReset: boolean

Will be set to true if the activity was reset. Applies only to the current run.


cancelRequested

cancelRequested: boolean

Will be set to true if the activity has been asked to cancel itself. The SDK should then notify the activity of cancellation if it is still running.

Methods

toJSON

toJSON(): Object

Converts this RecordActivityTaskHeartbeatResponse to JSON.

Returns

Object

JSON object


create

create(properties?): RecordActivityTaskHeartbeatResponse & $Properties

Creates a new RecordActivityTaskHeartbeatResponse instance using the specified properties.

Parameters

NameTypeDescription
properties?$PropertiesProperties to set

Returns

RecordActivityTaskHeartbeatResponse & $Properties

RecordActivityTaskHeartbeatResponse instance

create(properties?): RecordActivityTaskHeartbeatResponse

Parameters

NameType
properties?$Properties

Returns

RecordActivityTaskHeartbeatResponse


decode

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

Decodes a RecordActivityTaskHeartbeatResponse message from the specified reader or buffer.

Parameters

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

Returns

RecordActivityTaskHeartbeatResponse & $Properties

RecordActivityTaskHeartbeatResponse

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): RecordActivityTaskHeartbeatResponse & $Properties

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

RecordActivityTaskHeartbeatResponse & $Properties

RecordActivityTaskHeartbeatResponse

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

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

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

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): RecordActivityTaskHeartbeatResponse

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

RecordActivityTaskHeartbeatResponse

RecordActivityTaskHeartbeatResponse


toObject

toObject(message, options?): Object

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

Parameters

NameTypeDescription
messageRecordActivityTaskHeartbeatResponseRecordActivityTaskHeartbeatResponse
options?IConversionOptionsConversion options

Returns

Object

Plain object