Querying Processes

This operation prints a comma-separated values list of all Workflow process information that matches the date criterion given as argument.

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.

The following example returns all process with a creation date earlier than January 1, 2010:

svadm -o queryprocesses –comparison before -date 2010-01-01

Previous Topic

Next Topic