Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 538 Bytes

File metadata and controls

18 lines (12 loc) · 538 Bytes

GL_Owns

Edge Schema

General Information

The traversable GL_Owns edge records that a user created and owns a pipeline schedule. The schedule owner can edit the schedule's cron expression, target branch, active status, and schedule-specific variables.

graph LR
    user("fa:fa-user GL_User alice")
    sched("fa:fa-clock-rotate-left GL_PipelineSchedule nightly-deploy")

    user -->|GL_Owns| sched
Loading