recentScheduledExecutionRecords property

List<ScheduledExecutionRecord>? recentScheduledExecutionRecords
getter/setter pair

Records of the 10 most recent scheduled execution attempts, ordered in descending order of execution_time.

Updated whenever automatic creation of a workflow invocation is triggered by cron_schedule.

Output only.

Implementation

core.List<ScheduledExecutionRecord>? recentScheduledExecutionRecords;