Informatica ActiveVOS
- Informatica ActiveVOS 9.2.6
- All Products
<htdt:getMyTasks xmlns:htdt="http://www.example.org/WS-HT/api/xsd"> <htdt:taskType/> <htdt:genericHumanRole/> <htdt:workQueue/> <htdt:status/> <htdt:whereClause/> <htdt:createdOnClause/> <htdt:maxTasks/> </htdt:getMyTasks>
Element
| Possible Values
| Notes
|
---|---|---|
<htdt:taskType/>
|
| Indicates whether to return tasks, notifications, or both
|
<htdt:genericHumanRole/>
|
| Optional element. If this element is not provided, the server uses POTENTIAL_OWNER (and implicitly the OWNER)
|
<htdt:workQueue/>
| group/role name
| Optional element. Name of group/role. The user must be a member of the group.
|
<htdt:status/>
|
| This is a repeating element. Include more than one to simulate "OR" across two or more values. For example, including the following two elements filters the result set to tasks that are claimed (RESERVED) or started (IN_PROGRESS) by current user:
<htdt:status>IN_PROGRESS</htdt:status>
<htdt:status>RESERVED</htdt:status>
|
<htdt:whereClause/>
| Where clause string.
| Optional element. Filter by using a simple where clause. For example,
|
<htdt:createdOnClause/>
| Optional Element. Filter by the date task was created. For example,
Task.CreatedOn = 2009-10-05T11:14:00Z The date should be a schema dateTime (xsd:dateTime) formatted value.
| |
<htdt:maxTasks/>
| Maximum number of tasks to be returned. Integer value (> 0).
| Optional Element.
|