Skip to main content

Interface: IScheduleInfo

schedule.v1.IScheduleInfo

Properties of a ScheduleInfo.

Implemented by

Properties

actionCount

Optional actionCount: null | Long

Number of actions taken so far.


bufferDropped

Optional bufferDropped: null | Long

Number of dropped actions due to buffer limit.


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.


createTime

Optional createTime: null | ITimestamp

Timestamps of schedule creation and last update.


futureActionTimes

Optional futureActionTimes: null | ITimestamp[]

Next ten scheduled action times.


invalidScheduleError

Optional invalidScheduleError: null | string

ScheduleInfo invalidScheduleError


missedCatchupWindow

Optional missedCatchupWindow: null | Long

Number of times a scheduled action was skipped due to missing the catchup window.


overlapSkipped

Optional overlapSkipped: null | Long

Number of skipped actions due to overlap.


recentActions

Optional recentActions: null | IScheduleActionResult[]

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


runningWorkflows

Optional runningWorkflows: null | IWorkflowExecution[]

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.


updateTime

Optional updateTime: null | ITimestamp

ScheduleInfo updateTime