Home > Contents > Index >
Template Tag TOC  |   Alpha TOC  |   Tag Family TOC  |   Purpose TOC  |   Annotated TOC  |   Index 

 

WORKFLOWENGINE.GETFILTEREDASSIGNMENTS

Loads a list of assignments that match the specified criteria.

Syntax

Parameters

PREFIX (required)
First part of the name of all variables and/or lists used by this operation. Variables are typically named with the prefix together with the field name. A delimiter is not automatically inserted after the prefix. Therefore, if you want a delimiter, such as a colon, you must specify it with the prefix. For example, Variables.prefix:fieldname.

OBJECT (optional)
Workflow asset object.

OBJECTPREFIX (optional)
Workflow asset object prefix which allows assignments for multiple assets to be fetched efficiently. This argument overrides the argument OBJECT. For objects (as opposed to variables), the convention always is that there is: (1) a variable called Total, describing the number of objects. (2) a set of objects named i, where i is an integer between 0 and the number of objects minus one. For example, to pass in 4 objects, with a prefix of Foo:, you would need: a variable called Foo:Total which had a value of 4, and four objects named Foo:0, Foo:1, Foo:2, and Foo:3.

SITE (optional)
Publication ID.

STATUS (optional)
Limits resultset to assignments with the specified status(es). Comma-separated list. Valid values are:

NOTSTATUS (optional)
Limits resultset to assignments that do not have the specified status(es). Comma-separated list. Valid values are:

DISPOSITION (optional)
Limits resultset to assignments with the specified assignment disposition. Comma-separated list. Valid values are:

STATEID (optional)
Limits resultset to assignments with the specified state ID. Comma-separated list of state IDs.

GROUPID (optional)
Limits resultset to assignments with the specified group ID. Comma-separated list of workflow group IDs.

ASSIGNEDTO (optional)
Limits resultset to assignments assigned to specified users. List name. Includes a column, ITEM, that contains user IDs.

NOTASSIGNEDTO (optional)
Limits resultset to assignments not assigned to specified users. List name. Includes a column, ITEM, that contains user IDs

ASSIGNEDBY (optional)
List name. Includes a column, ITEM, that contains user IDs

DISPOSER (optional)
Limits resultset to assignments with specified disposer. A disposer is the workflow participant who makes decisions about an assignment, such as choosing "Finishing my assignment" in the Content Server interface. List name. Includes a column, ITEM, that contains user IDs.

ASSIGNEDDATEBEFORE (optional)
Limits resultset to assignments assigned before a specified date. Date object.

ASSIGNEDDATEAFTER (optional)
Limits resultset to assignments assigned after a specified date. Date object.

DISPOSEDDATEBEFORE (optional)
Limits resultset to assignments completed ("disposed") before a specified date. Date object.

DISPOSEDDATEAFTER (optional)
Limits resultset to assignments completed ("disposed") after a specified date. Date object.

OVERDUE (optional)
Limits resultset to assignments that are overdue. If true, the tag returns only the assignments that have passed deadline.

OVERDUEMINS (optional)
Limits resultset to assignments that are overdue in a specified number of minutes. Comma-separated list of signed integers interpreted as "deadline between the current time and the current time plus the overdue minutes." For example, OVERDUEMINS="-10,20" means that returned assignments should be either due within the next 10 minutes or should have already passed the deadline by up to 20 minutes.

PROCESSOVERDUE (optional)
Limits resultset to assignments whose workflow process is overdue. If true, the tag returns only the assignments whose workflow process has passed deadline.

PROCESSOVERDUEMINS (optional)
Limits resultset to assignments whose workflow process is overdue in a specified number of minutes. Comma-separated list of signed integers interpreted as "deadline between the current time and the current time plus the overdue minutes." For example, PROCESSOVERDUEMINS="-10,20" means that the workflow process of the returned assignments should be either due within the next 10 minutes or should have already passed the deadline by up to 20 minutes.

DEADLOCKED (optional)
Limits resultset to assignments that are deadlocked. Valid values are true or false.

DESCENDING (optional)
Allows you to sort the resultset by descending order. Valid values are true or false.

SORTTYPE (optional)
Allows you to specify the sort type of the resultset. Valid values are null and assigneddate.

Description

The WORKFLOWENGINE.GETFILTEREDASSIGNMENT tag loads a list of assignments that match the specified criteria. Each parameter (except for DESCENDING and SORTTYPE) is one criteria by which you can limit the assignments returned in the resultset.

  Home > Contents > Index >

FatWire XML Tag Reference
Copyright 2005 by FatWire Software
All rights reserved.