workflow definition version transition for skip if and future DAG support (#4012)

This commit is contained in:
Celal Zamanoglu
2025-11-22 05:04:45 +03:00
committed by GitHub
parent 335aa8f2df
commit 90f51bcacb
10 changed files with 60 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ const emptyWorkflowRequest: WorkflowCreateYAMLRequest = {
title: "New Workflow",
description: "",
workflow_definition: {
version: 2,
blocks: [],
parameters: [],
},