Class: ActivityTaskScheduledEventAttributes
history.v1.ActivityTaskScheduledEventAttributes
Represents an ActivityTaskScheduledEventAttributes.
Implements
Constructors
constructor
• new ActivityTaskScheduledEventAttributes(properties?): ActivityTaskScheduledEventAttributes
Constructs a new ActivityTaskScheduledEventAttributes.
Parameters
| Name | Type | Description | 
|---|---|---|
| properties? | IActivityTaskScheduledEventAttributes | Properties to set | 
Returns
ActivityTaskScheduledEventAttributes
Properties
activityId
• activityId: string
The worker/user assigned identifier for the activity
Implementation of
IActivityTaskScheduledEventAttributes.activityId
activityType
• Optional activityType: null | IActivityType
ActivityTaskScheduledEventAttributes activityType.
Implementation of
IActivityTaskScheduledEventAttributes.activityType
header
• Optional header: null | IHeader
ActivityTaskScheduledEventAttributes header.
Implementation of
IActivityTaskScheduledEventAttributes.header
heartbeatTimeout
• Optional heartbeatTimeout: null | IDuration
Maximum permitted time between successful worker heartbeats.
Implementation of
IActivityTaskScheduledEventAttributes.heartbeatTimeout
input
• Optional input: null | IPayloads
ActivityTaskScheduledEventAttributes input.
Implementation of
IActivityTaskScheduledEventAttributes.input
priority
• Optional priority: null | IPriority
Priority metadata. If this message is not present, or any fields are not present, they inherit the values from the workflow.
Implementation of
IActivityTaskScheduledEventAttributes.priority
retryPolicy
• Optional retryPolicy: null | IRetryPolicy
Activities are assigned a default retry policy controlled by the service's dynamic
configuration. Retries will happen up to schedule_to_close_timeout. To disable retries set
retry_policy.maximum_attempts to 1.
Implementation of
IActivityTaskScheduledEventAttributes.retryPolicy
scheduleToCloseTimeout
• Optional scheduleToCloseTimeout: null | IDuration
Indicates how long the caller is willing to wait for an activity completion. Limits how long
retries will be attempted. Either this or start_to_close_timeout must be specified.
(-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: "to" is used to indicate interval. --)
Implementation of
IActivityTaskScheduledEventAttributes.scheduleToCloseTimeout
scheduleToStartTimeout
• Optional scheduleToStartTimeout: null | IDuration
Limits time an activity task can stay in a task queue before a worker picks it up. This
timeout is always non retryable, as all a retry would achieve is to put it back into the same
queue. Defaults to schedule_to_close_timeout or workflow execution timeout if not
specified.
(-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: "to" is used to indicate interval. --)
Implementation of
IActivityTaskScheduledEventAttributes.scheduleToStartTimeout
startToCloseTimeout
• Optional startToCloseTimeout: null | IDuration
Maximum time an activity is allowed to execute after being picked up by a worker. This
timeout is always retryable. Either this or schedule_to_close_timeout must be
specified.
(-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: "to" is used to indicate interval. --)
Implementation of
IActivityTaskScheduledEventAttributes.startToCloseTimeout
taskQueue
• Optional taskQueue: null | ITaskQueue
ActivityTaskScheduledEventAttributes taskQueue.
Implementation of
IActivityTaskScheduledEventAttributes.taskQueue
useWorkflowBuildId
• useWorkflowBuildId: boolean
If this is set, the activity would be assigned to the Build ID of the workflow. Otherwise, Assignment rules of the activity's Task Queue will be used to determine the Build ID. Deprecated. This field should be cleaned up when versioning-2 API is removed. [cleanup-experimental-wv]
Implementation of
IActivityTaskScheduledEventAttributes.useWorkflowBuildId
workflowTaskCompletedEventId
• workflowTaskCompletedEventId: Long
The WORKFLOW_TASK_COMPLETED event which this command was reported with
Implementation of
IActivityTaskScheduledEventAttributes.workflowTaskCompletedEventId
Methods
toJSON
▸ toJSON(): Object
Converts this ActivityTaskScheduledEventAttributes to JSON.
Returns
Object
JSON object
create
▸ create(properties?): ActivityTaskScheduledEventAttributes
Creates a new ActivityTaskScheduledEventAttributes instance using the specified properties.
Parameters
| Name | Type | Description | 
|---|---|---|
| properties? | IActivityTaskScheduledEventAttributes | Properties to set | 
Returns
ActivityTaskScheduledEventAttributes
ActivityTaskScheduledEventAttributes instance
decode
▸ decode(reader, length?): ActivityTaskScheduledEventAttributes
Decodes an ActivityTaskScheduledEventAttributes 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
ActivityTaskScheduledEventAttributes
ActivityTaskScheduledEventAttributes
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing
decodeDelimited
▸ decodeDelimited(reader): ActivityTaskScheduledEventAttributes
Decodes an ActivityTaskScheduledEventAttributes message from the specified reader or buffer, length delimited.
Parameters
| Name | Type | Description | 
|---|---|---|
| reader | Uint8Array|Reader | Reader or buffer to decode from | 
Returns
ActivityTaskScheduledEventAttributes
ActivityTaskScheduledEventAttributes
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 ActivityTaskScheduledEventAttributes message. Does not implicitly temporal.api.history.v1.ActivityTaskScheduledEventAttributes.verify|verify messages.
Parameters
| Name | Type | Description | 
|---|---|---|
| message | IActivityTaskScheduledEventAttributes | ActivityTaskScheduledEventAttributes message or plain object to encode | 
| writer? | Writer | Writer to encode to | 
Returns
Writer
Writer
encodeDelimited
▸ encodeDelimited(message, writer?): Writer
Encodes the specified ActivityTaskScheduledEventAttributes message, length delimited. Does not implicitly temporal.api.history.v1.ActivityTaskScheduledEventAttributes.verify|verify messages.
Parameters
| Name | Type | Description | 
|---|---|---|
| message | IActivityTaskScheduledEventAttributes | ActivityTaskScheduledEventAttributes message or plain object to encode | 
| writer? | Writer | Writer to encode to | 
Returns
Writer
Writer
fromObject
▸ fromObject(object): ActivityTaskScheduledEventAttributes
Creates an ActivityTaskScheduledEventAttributes message from a plain object. Also converts values to their respective internal types.
Parameters
| Name | Type | Description | 
|---|---|---|
| object | Object | Plain object | 
Returns
ActivityTaskScheduledEventAttributes
ActivityTaskScheduledEventAttributes
getTypeUrl
▸ getTypeUrl(typeUrlPrefix?): string
Gets the default type url for ActivityTaskScheduledEventAttributes
Parameters
| Name | Type | Description | 
|---|---|---|
| typeUrlPrefix? | string | your custom typeUrlPrefix(default "type.googleapis.com") | 
Returns
string
The default type url
toObject
▸ toObject(message, options?): Object
Creates a plain object from an ActivityTaskScheduledEventAttributes message. Also converts values to other types if specified.
Parameters
| Name | Type | Description | 
|---|---|---|
| message | ActivityTaskScheduledEventAttributes | ActivityTaskScheduledEventAttributes | 
| options? | IConversionOptions | Conversion options | 
Returns
Object
Plain object