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
| Name | Type | Description |
|---|---|---|
properties? | $Properties | Properties to set |
Returns
WorkflowTaskScheduledEventAttributes & $Properties
WorkflowTaskScheduledEventAttributes instance
▸ create(properties?): WorkflowTaskScheduledEventAttributes
Parameters
| Name | Type |
|---|---|
properties? | $Properties |
Returns
WorkflowTaskScheduledEventAttributes
decode
▸ decode(reader, length?): WorkflowTaskScheduledEventAttributes & $Properties
Decodes a WorkflowTaskScheduledEventAttributes message from the specified reader or buffer.
Parameters
| Name | Type | Description |
|---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
length? | number | Message 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
| Name | Type | Description |
|---|---|---|
reader | Uint8Array | Reader | Reader 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
| Name | Type | Description |
|---|---|---|
message | $Properties | WorkflowTaskScheduledEventAttributes message or plain object to encode |
writer? | Writer | Writer 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
| Name | Type | Description |
|---|---|---|
message | $Properties | WorkflowTaskScheduledEventAttributes message or plain object to encode |
writer? | Writer | Writer 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
| Name | Type | Description |
|---|---|---|
object | Object | Plain 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
| Name | Type | Description |
|---|---|---|
message | WorkflowTaskScheduledEventAttributes | WorkflowTaskScheduledEventAttributes |
options? | IConversionOptions | Conversion options |
Returns
Object
Plain object