Skip to main content

Interface: IPendingWorkflowTaskInfo

workflow.v1.IPendingWorkflowTaskInfo

Properties of a PendingWorkflowTaskInfo.

Hierarchy

Properties

attempt

Optional attempt: null | number

PendingWorkflowTaskInfo attempt

Inherited from

$Properties.attempt


originalScheduledTime

Optional originalScheduledTime: null | $Properties

original_scheduled_time is the scheduled time of the first workflow task during workflow task heartbeat. Heartbeat workflow task is done by RespondWorkflowTaskComplete with ForceCreateNewWorkflowTask == true and no command In this case, OriginalScheduledTime won't change. Then when current time - original_scheduled_time exceeds some threshold, the workflow task will be forced timeout.

Inherited from

$Properties.originalScheduledTime


scheduledTime

Optional scheduledTime: null | $Properties

PendingWorkflowTaskInfo scheduledTime

Inherited from

$Properties.scheduledTime


startedTime

Optional startedTime: null | $Properties

PendingWorkflowTaskInfo startedTime

Inherited from

$Properties.startedTime


state

Optional state: null | PendingWorkflowTaskState

PendingWorkflowTaskInfo state

Inherited from

$Properties.state