API Docs / Schemas / GenerateWorkflowRequest

GenerateWorkflowRequest

Request to generate a Workflow using AI

Properties

Name Type Description
name*string

The name of the workflow to generate

The name of the workflow to generate

descriptionstring

Optional description providing context for the workflow generation

Optional description providing context for the workflow generation

JSON Example

{
  "name": "string",
  "description": "string"
}

Used By Operations