fix: Sync partial execution version of FE and BE, also allow enforcing a specific version (#12840)

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
This commit is contained in:
Danny Martini
2025-02-03 14:17:31 +01:00
committed by GitHub
parent a65a9e631b
commit a15504329b
21 changed files with 193 additions and 62 deletions

View File

@@ -105,7 +105,7 @@ export class ManualExecutionService {
// Execute only the nodes between start and destination nodes
const workflowExecute = new WorkflowExecute(additionalData, data.executionMode);
if (data.partialExecutionVersion === '1') {
if (data.partialExecutionVersion === 2) {
return workflowExecute.runPartialWorkflow2(
workflow,
data.runData,