interface ToolWorkflowV2NodeParameters {
description?: string;
name?: string;
source?: "database" | "parameter";
workflowId?: string;
workflowJson?: string;
}Properties§
§§§
readonly description?: string§
readonly name?: stringThe name of the function to be called, could contain letters, numbers, and underscores only
readonly source?: "database" | "parameter"Where to get the workflow to execute from Default: "database"
readonly workflow Id?: string§readonly workflow Json?: stringThe workflow JSON code to execute Default: "\n\n\n\n\n\n\n\n\n" Type options: {"rows":10}
Type options: {"rows":3}