feat(api): Add `node_execution_id` column to `WorkflowDraftVariable`
Introduce a `node_execution_id` column to the `WorkflowDraftVariable` table to enable efficient implementation of the "reset to last run value" functionality. This optimization avoids querying the potentially large `workflow_node_executions` table, which is particularly beneficial for scaling in our SaaS environment.pull/20746/head
parent
85859b6723
commit
e6308d938c
Loading…
Reference in New Issue