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 | ||
| description | string | Optional description providing context for the workflow generation |
Optional description providing context for the workflow generation | ||
JSON Example
{
"name": "string",
"description": "string"
}