Interface ToolWorkflowV2NodeParameters

Source
interface ToolWorkflowV2NodeParameters {
    description?: string;
    name?: string;
    source?: "database" | "parameter";
    workflowId?: string;
    workflowJson?: string;
}

Properties§

Source§

readonly description?: string

Type options: {"rows":3}

Source§

readonly name?: string

The name of the function to be called, could contain letters, numbers, and underscores only

Source§

readonly source?: "database" | "parameter"

Where to get the workflow to execute from Default: "database"

Source§

readonly workflowId?: string

Source§

readonly workflowJson?: string

The workflow JSON code to execute Default: "\n\n\n\n\n\n\n\n\n" Type options: {"rows":10}