Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 891 Bytes

ScheduleRunDict.md

File metadata and controls

16 lines (12 loc) · 891 Bytes

ScheduleRunDict

ScheduleRun

Properties

Name Type Required Description
rid ScheduleRunRid Yes The RID of a schedule run
scheduleRid ScheduleRid Yes
scheduleVersionRid ScheduleVersionRid Yes
createdTime CreatedTime Yes The time at which the schedule run was created.
createdBy NotRequired[CreatedBy] No The Foundry user who manually invoked this schedule run. Automatic trigger runs have this field set to empty.
result NotRequired[ScheduleRunResultDict] No The result of triggering the schedule. If empty, it means the service is still working on triggering the schedule.

[Back to Model list] [Back to API list] [Back to README]