Interface: IWorkflowTaskScheduledEventAttributes
history.v1.IWorkflowTaskScheduledEventAttributes
Properties of a WorkflowTaskScheduledEventAttributes.
Implemented by
Properties
attempt
• Optional attempt: null | number
Starting at 1, how many attempts there have been to complete this task
startToCloseTimeout
• Optional startToCloseTimeout: null | IDuration
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 | ITaskQueue
The task queue this workflow task was enqueued in, which could be a normal or sticky queue