create_workflow
Create and register a new workflow definition with a name, type, and description for cataloging and managing machine learning processes.
Instructions
Create and register a new workflow definition.
Args: name: Display name for the workflow. workflow_type: Type from Workflow_Type vocabulary (e.g., "Training", "Inference"). description: What this workflow does.
Returns: JSON with status, rid, name, workflow_type, description.
Example: create_workflow("ResNet Training", "Training", "Trains ResNet50 on image data")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| description | No | ||
| workflow_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |