run_workflow
Execute a workflow by providing its ID and input text to receive results.
Instructions
Execute a workflow with the given input and return results.
Args: workflow_id: UUID of the workflow to run input_text: The input text/prompt to feed into the workflow
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes | ||
| input_text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |