Skip to main content

WorkflowImportDataSchema

Schema for the workflow data within an import payload.

nameName (string)required
description object
anyOf
string
trigger_config object
anyOf
object
steps object
anyOf
  • Array [
  • property name*any
  • ]
  • tags object
    anyOf
  • Array [
  • string
  • ]
  • category object
    anyOf
    string
    is_test_mode object
    anyOf
    boolean
    WorkflowImportDataSchema
    {
    "name": "string",
    "description": "string",
    "trigger_config": {},
    "steps": [
    {}
    ],
    "tags": [
    "string"
    ],
    "category": "string",
    "is_test_mode": true
    }