Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 465 Bytes

File metadata and controls

18 lines (12 loc) · 465 Bytes

GL_ExecutedBy

Edge Schema

General Information

The non-traversable GL_ExecutedBy edge records which runner executed a specific job. Created during job enumeration when a runner is associated with a completed job.

graph LR
    job("fa:fa-gear GL_Job deploy")
    runner("fa:fa-gears GL_Runner shared-runner-01")

    job -.->|GL_ExecutedBy| runner
Loading