workflow definition version transition for skip if and future DAG support (#4012)
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -30,6 +30,7 @@ function createEmptyTaskTemplate() {
|
||||
webhook_callback_url: null,
|
||||
proxy_location: "RESIDENTIAL",
|
||||
workflow_definition: {
|
||||
version: 2,
|
||||
parameters: [
|
||||
{
|
||||
parameter_type: "workflow",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user