Files
sailpoint-cli/cmd/workflow/update.md

461 B

==Long==

Update

Update a Workflow in IdentityNow

Arguments can be a list of directories or files. If a directory is specified, all JSON files in the directory will be parsed and the workflows uploaded.

API References:

==Example==

File:

sail Workflow update -f {file-path} {file-path}

Directory:

sail Workflow update -d {folder-path} {folder-path}

====