WorkflowImportDataSchema
Schema for the workflow data within an import payload.
nameName (string)required
description object
anyOf
- string
- null
string
trigger_config object
anyOf
- object
- null
object
steps object
anyOf
- object[]
- null
Array [
property name*any
]
tags object
anyOf
- string[]
- null
Array [
string
]
category object
anyOf
- string
- null
string
is_test_mode object
anyOf
- boolean
- null
boolean
WorkflowImportDataSchema
{
"name": "string",
"description": "string",
"trigger_config": {},
"steps": [
{}
],
"tags": [
"string"
],
"category": "string",
"is_test_mode": true
}