Fix save as template bug (#665)
This commit is contained in:
@@ -50,6 +50,7 @@ function createTaskTemplateRequestObject(
|
|||||||
return {
|
return {
|
||||||
title: values.title,
|
title: values.title,
|
||||||
description: values.description,
|
description: values.description,
|
||||||
|
is_saved_task: true,
|
||||||
webhook_callback_url: task.request.webhook_callback_url,
|
webhook_callback_url: task.request.webhook_callback_url,
|
||||||
proxy_location: task.request.proxy_location,
|
proxy_location: task.request.proxy_location,
|
||||||
workflow_definition: {
|
workflow_definition: {
|
||||||
|
|||||||
Reference in New Issue
Block a user