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

@@ -87,6 +87,7 @@ function createTaskTemplateRequestObject(values: SavedTaskFormValues) {
webhook_callback_url: values.webhookCallbackUrl,
proxy_location: values.proxyLocation,
workflow_definition: {
version: 2,
parameters: [
{
parameter_type: "workflow",

View File

@@ -30,6 +30,7 @@ function createEmptyTaskTemplate() {
webhook_callback_url: null,
proxy_location: "RESIDENTIAL",
workflow_definition: {
version: 2,
parameters: [
{
parameter_type: "workflow",

View File

@@ -54,6 +54,7 @@ function createTaskTemplateRequestObject(
webhook_callback_url: task.request.webhook_callback_url,
proxy_location: task.request.proxy_location,
workflow_definition: {
version: 2,
parameters: [
{
parameter_type: "workflow",