feat(table): add workflow execution column type#4338
feat(table): add workflow execution column type#4338TheodoreSpeaks merged 39 commits intostagingfrom
Conversation
# Conflicts: # apps/sim/app/api/table/[tableId]/columns/route.ts # apps/sim/app/workspace/[workspaceId]/tables/[tableId]/components/table/table.tsx # apps/sim/lib/webhooks/deploy.ts # apps/sim/lib/workflows/executor/execute-workflow.ts
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
|
@BugBot review |
PR SummaryMedium Risk Overview Adds new table API routes to create/update/delete workflow groups, trigger/cancel runs, and rerun a workflow group for a single row (including clearing outputs and setting execution state). Table row queries/responses now include Extends Realtime with Reviewed by Cursor Bugbot for commit c03edf9. Bugbot is set up for automated code reviews on this repo. Configure here. |
|
@greptile review |
Greptile SummaryThis PR introduces a first-class "workflow execution column" type for tables: each row can auto-trigger a configured workflow, with live partial-output streaming, dependency ordering between groups, and cancellation support backed by a SQL guard. The feature spans a new DB column (
Confidence Score: 3/5The P1 false-success response on a guard-rejected run should be fixed before merging to avoid silent polling loops in the UI. One P1 (null return not handled in run-workflow-group route) pushes the score below the P1 ceiling of 4; the additional leftover debug logging and unguarded cancel query further lower confidence in production readiness.
Important Files Changed
Reviews (1): Last reviewed commit: "ui improvements" | Re-trigger Greptile |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 7cad96e. Configure here.

Summary
Adds sim workflow as a datatype to tables. Now you can auto trigger workflows per row.
Type of Change
Testing
Checklist
Screenshots/Videos