Skip to main content

Interface: IScheduleInfo

schedule.v1.IScheduleInfo

Properties of a ScheduleInfo.

Hierarchy

Properties

actionCount

Optional actionCount: null | Long

Number of actions taken so far.

Inherited from

$Properties.actionCount


bufferDropped

Optional bufferDropped: null | Long

Number of dropped actions due to buffer limit.

Inherited from

$Properties.bufferDropped


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

$Properties.bufferSize


createTime

Optional createTime: null | $Properties

Timestamps of schedule creation and last update.

Inherited from

$Properties.createTime


futureActionTimes

Optional futureActionTimes: null | $Properties[]

Next ten scheduled action times.

Inherited from

$Properties.futureActionTimes


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

$Properties.overlapSkipped


recentActions

Optional recentActions: null | $Properties[]

Most recent ten actual action times (including manual triggers).

Inherited from

$Properties.recentActions


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

$Properties.runningWorkflows


stateSizeBytes

Optional stateSizeBytes: null | Long

Size of the schedule's internal state (including payloads) in bytes.

Inherited from

$Properties.stateSizeBytes


updateTime

Optional updateTime: null | $Properties

ScheduleInfo updateTime

Inherited from

$Properties.updateTime