Skip to main content

Class: WorkflowTaskScheduledEventAttributes

history.v1.WorkflowTaskScheduledEventAttributes

Represents a WorkflowTaskScheduledEventAttributes.

Properties

attempt

attempt: number

Starting at 1, how many attempts there have been to complete this task


startToCloseTimeout

Optional startToCloseTimeout: null | $Properties

How long the worker has to process this task once receiving it before it times out

(-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: "to" is used to indicate interval. --)


taskQueue

Optional taskQueue: null | $Properties

The task queue this workflow task was enqueued in, which could be a normal or sticky queue

Methods

toJSON

toJSON(): Object

Converts this WorkflowTaskScheduledEventAttributes to JSON.

Returns

Object

JSON object


create

create(properties?): WorkflowTaskScheduledEventAttributes & $Properties

Creates a new WorkflowTaskScheduledEventAttributes instance using the specified properties.

Parameters

NameTypeDescription
properties?$PropertiesProperties to set

Returns

WorkflowTaskScheduledEventAttributes & $Properties

WorkflowTaskScheduledEventAttributes instance

create(properties?): WorkflowTaskScheduledEventAttributes

Parameters

NameType
properties?$Properties

Returns

WorkflowTaskScheduledEventAttributes


decode

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

Decodes a WorkflowTaskScheduledEventAttributes message from the specified reader or buffer.

Parameters

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

Returns

WorkflowTaskScheduledEventAttributes & $Properties

WorkflowTaskScheduledEventAttributes

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): WorkflowTaskScheduledEventAttributes & $Properties

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

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

WorkflowTaskScheduledEventAttributes & $Properties

WorkflowTaskScheduledEventAttributes

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

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

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

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): WorkflowTaskScheduledEventAttributes

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

WorkflowTaskScheduledEventAttributes

WorkflowTaskScheduledEventAttributes


toObject

toObject(message, options?): Object

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

Parameters

NameTypeDescription
messageWorkflowTaskScheduledEventAttributesWorkflowTaskScheduledEventAttributes
options?IConversionOptionsConversion options

Returns

Object

Plain object