-help
|
Use the -help flag to view the list of available options.
|
-writelog
|
Write the results to a log.
Use the -help flag to identify where the log file is saved.
|
-commit
|
Processes are not deleted until you use the -commit flag.
|
-user
-password
|
You might be required to provide credentials.
|
-p
|
Identify processes using a string in the process name.
For example, the following command displays all processes with “test” in the process name:
windchill wt.workflow.utility.DeleteWfProcesses -p "%test%"
|
-s
|
Search by process state.
|
-SD
|
The process start date (MM/DD/YYYY)
|
-ED
|
The process end date (MM/DD/YYYY)
|
-PT
|
Search by the name of the workflow process template.
|
-c
-o
|
Search by class name (-c) and object ID (-o).
These options must be used together.
|
|
If no search criteria is specified, all processes are removed when the -commit option is used.
|