This tag accesses a list of processes that have a specific status and saves that list to a result object named by the var attribute so other tags can interact with its properties.

Attributes

The following attributes are defined for the pws:getProcesses tag:

Attributes

Description

Required?

var

Names the result object to contain a Collection of process objects.

yes

status

The status that is currently assigned to all processes that are returned. The default value is Edit (process is not deployed). Other options include:
- Edit_Running (a campaign is deployed to a target site and eligible for modification)
- Deployed (a process is deployed to a target site and all of its project tasks are complete)
- Running (a campaign is deployed to a target site and all of its tasks are complete)
- Completed (workflow process is complete)

no

sortProperties

The order in which the processes are organized is based on the values for properties included in this comma separated list. Each process is sorted by the chronological, numerical, or alphabetical value held by the specified properties. You can provide as many properties as you like. For example, by supplying two properties, you specify a primary and secondary sort order.

no

index

The number that designates where, in the context of the accessed processes, the list of returned processes should begin. The default value is 0.

no

count

The number of processes to save to the result object.

no

Result Object Property

The following property is defined for the result object produced by the pws:getProcesses tag:

Property

Description

processes

Contains a list of process IDs.

 
loading table of contents...