> ## Documentation Index
> Fetch the complete documentation index at: https://specterops-bp-2735-release-notes.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# GH_DependsOn

> [Workflow] Job must run after another job (needs: dependency) — ordering only, not an access path

<img noZoom src="https://mintcdn.com/specterops-bp-2735-release-notes/2djt2Sp9UeFPjBFr/assets/enterprise-AND-community-edition-pill-tag.svg?fit=max&auto=format&n=2djt2Sp9UeFPjBFr&q=85&s=a791748158fde5ff3b3b82b51497ab39" alt="Applies to BloodHound Enterprise and CE" width="482" height="45" data-path="assets/enterprise-AND-community-edition-pill-tag.svg" />

## Edge Schema

* Source: [GH\_WorkflowJob](/opengraph/extensions/github/nodes/gh_workflowjob)
* Destination: [GH\_WorkflowJob](/opengraph/extensions/github/nodes/gh_workflowjob)
* Traversable: ❌

## General Information

The non-traversable GH\_DependsOn edge represents a `needs:` dependency between two jobs in the same workflow. This edge captures execution order constraints. The source job will not start until the destination job completes successfully. This edge is non-traversable because it represents sequencing only, not an access or privilege path.
