Applies to:
- Winshuttle Foundation
QueryProcesses
This operation prints a comma-separated values list of all Workflow process information that matches the date criterion given as argument.
Usage
The following example returns all process with a creation date earlier than January 1, 2010:
svadm -o queryprocesses –comparison before -date 2010-01-01
Options
Name |
Description |
-comparison |
How to treat the date. Possible values are before or after, indicating whether to include processes earlier than or after the date given. The default is before. |
-date |
The date criterion. If no date is given, all processes are returned. |