Process Management Filters

The following constants represent process management filters.

Table 63. CEnumProcessFlowFilters Enumeration

Constant

Description

PROCESS_FLOW_FILTER_ABOVESTATE

Show only those process units with review levels above a given review level.

PROCESS_FLOW_FILTER_ALLSTATES

Show process units of all review levels.

PROCESS_FLOW_FILTER_BELOWSTATE

Show only those process units with review levels below a given review level.

PROCESS_FLOW_FILTER_FAILONLY

Show only process units that failed validation for promotion.

PROCESS_FLOW_FILTER_NONE

Do not filter by review level.

PROCESS_FLOW_FILTER_ONLYSTATE

Show only those process units with a given review level.

PROCESS_FLOW_FILTER_PASSFAIL

Do not filter process units by whether they passed or failed validation for promotion.

PROCESS_FLOW_FILTER_PASSONLY

Show only process units that passed validation for promotion.