Reverts a workflow
to a given revision.
Synopsis
CloudUtil.exe Workflow-Rollback -n|--name <Name> -r|--revision <Revision> [--repository <Model Manager Root URI>] [-v|--verbose]
Workflow-Rollback
Arguments
|
|
-n | - -name
|
Name of the workflow in the Model Manager.
|
- -repository
|
(Optional) The root
URI of the Model Manager, for example, http://hostname/repository.
Default is specified in the CloudUtil config file in the repositoryAddress key
under the <appSettings> section.
|
-r | - -revision
|
Revision of the workflow to revert to.
|
-v | - -verbose
|
(Optional) If an error
occurs, outputs a stack trace instead of just the exception message.
|