Skip to main content

Interface: IWorkflowTaskScheduledEventAttributes

history.v1.IWorkflowTaskScheduledEventAttributes

Properties of a WorkflowTaskScheduledEventAttributes.

Hierarchy

  • $Properties

    IWorkflowTaskScheduledEventAttributes

Properties

attempt

Optional attempt: null | number

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

Inherited from

$Properties.attempt


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. --)

Inherited from

$Properties.startToCloseTimeout


taskQueue

Optional taskQueue: null | $Properties

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

Inherited from

$Properties.taskQueue