Applies to:
- Winshuttle Foundation
ForceComplete
This operation allows you to force completion of one or more processes listed in a specified file.
Usage
The following example reads a list of process IDs from the processes.csv file, then force approves all processes listed in the file and sets the process disposition as rejected by the user Fred Smith, with the given comment:
svadm -o forcecomplete -file processes.csv -user "Fred Smith" -comment "Force approving these processes because the department was eliminated." -disposition rejected
Options
Name |
Description |
Required |
-comment |
The comment to record with each forced completion. |
Yes |
-disposition |
The disposition (approved or rejected) to use when force completing the processes. Defaults to approved. |
No |
-file |
The name of the file that contains the comma-separated list of processes that should be force completed. This file must contain a column named ProcessId. |
Yes |
-user |
The name of the user to list as the user who force completed the processes. |
Yes |