workflows versions describe
Describe one or more workflow versions
Synopsis
Description
Retrieve detailed information about one or more workflow versions within a specific workflow using the provided WORKFLOW_ID
and optional VERSION_ID
parameters. You can include deleted versions using the --include-deleted
flag.
Examples
Describe a specific version of a given workflow:
Describe multiple versions of the specified workflow:
Describe a version, including deleted ones, of the specified workflow:
Positional Arguments
VERSION_ID
VERSION_ID
Specify one or more version identifiers (VERSION_ID
) to retrieve detailed information about those versions within the specified workflow.
Flags
--workflow
=WORKFLOW_ID
--workflow
=WORKFLOW_ID
Required. Specify the UUID of the workflow for which you want to describe versions.
--include-deleted
--include-deleted
Note: If this flag is included, deleted versions will be included in the description.
Last updated