Folderr

Official

execute_workflow

Execute a workflow with the required inputs

Input Schema

NameRequiredDescriptionDefault
inputsYesInput values required by the workflow
workflow_idYesID of the workflow

Input Schema (JSON Schema)

{ "properties": { "inputs": { "additionalProperties": true, "description": "Input values required by the workflow", "type": "object" }, "workflow_id": { "description": "ID of the workflow", "type": "string" } }, "required": [ "workflow_id", "inputs" ], "type": "object" }