execute_workflow
Run a named workflow script with optional parameters to automate tasks and processes programmatically.
Instructions
Execute a workflow script by name.
Args:
name: The name of the workflow to execute
params: Optional dictionary of parameters to pass to the workflow's run() function
Returns:
dict: The result of the workflow executionInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| params | No |