update_workflow
Modify an existing workflow configuration by updating its name, schedule, source, destination, or workflow nodes to adapt to changing data processing needs.
Instructions
Update an existing workflow.
Args:
workflow_id: ID of the workflow to update
workflow_config: A Typed Dictionary containing required fields (destination_id,
name, source_id, workflow_type) and non-required fields (schedule, and workflow_nodes)
Returns:
String containing the updated workflow informationInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes | ||
| workflow_config | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |