Interface: IScheduleInfo
Properties of a ScheduleInfo.
Hierarchy
-
↳
IScheduleInfo
Properties
actionCount
• Optional actionCount: null | Long
Number of actions taken so far.
Inherited from
bufferDropped
• Optional bufferDropped: null | Long
Number of dropped actions due to buffer limit.
Inherited from
bufferSize
• Optional bufferSize: null | Long
Number of actions in the buffer. The buffer holds the actions that cannot be immediately triggered (due to the overlap policy). These actions can be a result of the normal schedule or a backfill.
Inherited from
createTime
• Optional createTime: null | $Properties
Timestamps of schedule creation and last update.
Inherited from
futureActionTimes
• Optional futureActionTimes: null | $Properties[]
Next ten scheduled action times.
Inherited from
invalidScheduleError
• Optional invalidScheduleError: null | string
Deprecated.
Inherited from
$Properties.invalidScheduleError
missedCatchupWindow
• Optional missedCatchupWindow: null | Long
Number of times a scheduled action was skipped due to missing the catchup window.
Inherited from
$Properties.missedCatchupWindow
overlapSkipped
• Optional overlapSkipped: null | Long
Number of skipped actions due to overlap.
Inherited from
recentActions
• Optional recentActions: null | $Properties[]
Most recent ten actual action times (including manual triggers).
Inherited from
runningWorkflows
• Optional runningWorkflows: null | $Properties[]
Currently-running workflows started by this schedule. (There might be more than one if the overlap policy allows overlaps.) Note that the run_ids in here are the original execution run ids as started by the schedule. If the workflows retried, did continue-as-new, or were reset, they might still be running but with a different run_id.
Inherited from
stateSizeBytes
• Optional stateSizeBytes: null | Long
Size of the schedule's internal state (including payloads) in bytes.
Inherited from
updateTime
• Optional updateTime: null | $Properties
ScheduleInfo updateTime