Skip to main content

Interface: $Properties

v1.PendingWorkflowTaskInfo.$Properties

Properties of a PendingWorkflowTaskInfo.

Hierarchy

Properties

attempt

Optional attempt: null | number

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


scheduledTime

Optional scheduledTime: null | $Properties

PendingWorkflowTaskInfo scheduledTime


startedTime

Optional startedTime: null | $Properties

PendingWorkflowTaskInfo startedTime


state

Optional state: null | PendingWorkflowTaskState

PendingWorkflowTaskInfo state