update_workflow
Modify existing workflow scripts by updating their description or Python code to adapt automation processes to changing requirements.
Instructions
Update an existing workflow script.
Args:
name: The name of the workflow to update
description: New description (optional, keeps existing if not provided)
code: New Python code (optional, keeps existing if not provided)
Returns:
dict: Status of the operationInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| description | No | ||
| code | No |