name_workflow_major_version
Assign a custom name to a specific major version of a workflow to label releases for easy identification in version history. Only renames; does not create or publish.
Instructions
Give a workflow's major version a name — label a release so it is easy to find in history. Targets a MAJOR version by its integer number (from list_workflow_versions), not a checkpoint or a versionId. This only renames; it does not create, publish, or roll anything back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The workflow's id. | |
| name | Yes | The new name for that major version. | |
| majorVersion | Yes | The major version's integer number, e.g. 2. |