SIGN IN SIGN UP
langflow-ai / langflow UNCLAIMED

Langflow is a powerful tool for building and deploying AI-powered agents and workflows.

146432 0 0 Python

feat: Job execution status endpoint, status tracking, DB models (#11438)

* Features: job status table with related DB model, migration files, job status tracking.

Added status wrapper to handle job status updates in the DB.

Added filtration using job_id to fetch job status responses.

fix: Generate job response from vertex builds history by job id.  (#11457)

* feat: reconstruct workflow execution response from vertex_build by job_id

* [autofix.ci] apply automated fixes

* fix: use correct attribute name 'id' instead of 'vertex_id' in VertexBuildTable

* Updated the GET endpoint to return WorkflowExecutionResponse

---------

Co-authored-by: Janardan S Kavia <[email protected]>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>

Added /stop endpoint, task handling, job_id typing through job_service, job_status updates.

Consolidated migration files into one single migration.

* [autofix.ci] apply automated fixes

* [autofix.ci] apply automated fixes (attempt 2/3)

* [autofix.ci] apply automated fixes (attempt 3/3)

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
D
Debojit Kaushik committed
2d67402b1dbaefcbce85a244d4a6cd5e4bda1cfe
Parent: 2f4b7d6
Committed by GitHub <[email protected]> on 1/31/2026, 2:15:01 AM