Get Latest Workflow Run Node
Data/GitHub/Workflows
Get Latest Workflow Run
Get the most recent workflow run, optionally filtered by conclusion (success/failure)
Ratings
Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.
Input Pins
14Provider
StructGitHub provider with authentication
Owner
StringRepository owner
Repo
StringRepository name
Workflow ID
StringWorkflow file name or ID (e.g., 'ci.yml')
Branch
StringFilter by branch name (optional)
Actor
StringFilter by username that triggered the run
Event
StringFilter by event type
Created
StringFilter runs by creation date range, e.g. >=2024-01-01
Check Suite ID
StringFilter by check suite ID
Head SHA
StringFilter by head commit SHA
Conclusion
StringFilter by conclusion (empty = any, success, failure, cancelled, skipped)
Exclude PRs
BooleanExclude runs triggered by pull requests
Per Page
IntegerNumber of runs to inspect (max 100)
Output Pins
13Success
ExecutionError
ExecutionNot Found
ExecutionNo matching run found
Run
StructThe latest workflow run
Run ID
IntegerThe workflow run ID
Run Number
IntegerThe workflow run number
Status
StringRun status (queued, in_progress, completed)
Conclusion
StringRun conclusion (success, failure, etc.)
Branch
StringThe branch the run was triggered on
Commit SHA
StringThe commit SHA
URL
StringLink to the workflow run
Is Success
BooleanWhether the run completed successfully
Error Message
StringError message if request failed
Node Info
- Internal name
- github_get_latest_workflow_run
- Category
- Data/GitHub/Workflows
- Version
- 2