Get-Process-View
Command Reference
Description
Get the process view XML for a command invocation
The Get-Process-View command retrieves the XML document describing a particular command invocation in the process-flow-xml format.
If the command option is included, only generates process flow view for that command, otherwise it generates it for all commands for the given entity.
Usage
ctl -t Deployment -o <objectname> -c Get-Process-View [-command <>] -file <> -name <> -node <> -type <>
Options
| Option | Description | Type | Default |
|---|---|---|---|
| command | command name | string | |
| file | destination file | string | ${entity.processview.file} |
| name | entity name | string | ${entity.name} |
| node | node name | string | ${framework.node.name} |
| type | entity type | string | ${entity.classname} |


