set_workflow_description
Set or update a workflow's description in the Deriva catalog to clarify its purpose and usage.
Instructions
Set or update the description for a workflow.
Updates the workflow's description in the catalog. Good descriptions help users understand what the workflow does and how to use it.
Args: workflow_rid: RID of the workflow to update. description: New description text.
Returns: JSON with status, workflow_rid, description.
Example: set_workflow_description("3-WKF", "Trains CNN on image data with augmentation")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | Yes | ||
| workflow_rid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |