processflow version list

The processflow version list command displays version information for all the saved versions of the process flow, including the version number, creator, creation date, comments, and which version is the exposed version.

Usage

processflow version list --n ProcessFlowName
RequiredArgumentDescription
Yes--n ProcessFlowNameSpecifies the name of the processflow whose version information you want to view. If the process flow name contains spaces, enclose the name in quotes.
Tip: If you are unsure of the exact process flow name you can use the processflow list command to get a list of the process flow names.

Example

This example displays the version information for the process flow named "My Process Flow".

processflow version list --n "My Process Flow"