Update File Group
Change the group of a specified file or directory.
Workflow inputs – Update File Group
Call Workflow Input | Description | Required? | Default Value |
connection details | XML document conforming to the ConnectionDetails common object that contains the information required to execute a command. | Yes | n/a |
group | The new group ID or name. | Yes | n/a |
file | The file to alter. | Yes | n/a |
no dereference | Affect each symbolic link instead of any referenced file?
Valid values: true, false | No | false |
recursive | Operate on files and directories recursively?
Valid values: true, false | No | false |
link traversal policy | The behavior to use when links are encountered during recursion.
Valid values: TRAVERSE NONE (traverse no symbolic links) TRAVERSE COMMAND LINE (Traverse only links specified on the command line) TRAVERSE ALL (traverse all links) | No | TRAVERSE NONE |
Workflow outputs – Update File Group
Call Workflow Output | Description |
output | XML document consisting of one or more <line> elements that contain the command response. Each <line> element contains an index attribute indicating the order in which the information was returned by the command. |
success | Did the operation succeed?
Valid values: true, false |