Informatica ActiveVOS
- Informatica ActiveVOS 9.2.5
- All Products
WSHT Task Property Name (case-sensitive)
| Type
| Description
|
---|---|---|
Task.ActivationTime
| xsd:dateTime
| Available if task activation was deferred
|
Task.CompleteBy
| xsd:dateTime
| Available if the task has a complete-by time
|
Task.CompleteByExists
| xsd:boolean
| |
Task.CreatedOn
| xsd:dateTime
| The functions current-date(), current-time() and current-dateTime() can be used with date type columns. For example, Task.CreatedOn < current-date() filters all tasks created before today.
|
Task.Escalated
| xsd:boolean
| |
Task.EscalatedOn
| xsd:dateTime
| Last escalated time (available if the task was escalated)
|
Task.ExpirationTime
| xsd:dateTime
| Available if the task has an expiration time. See comment for Task.CreatedOn.
|
Task.HasAttachments
| xsd:boolean
| |
Task.HasComments
| xsd:boolean
| |
Task.HasFault
| xsd:boolean
| |
Task.HasOutput
| xsd:boolean
| |
Task.ID
| xsd.string
| Task ID, such as urn:b4p:3.
|
Task.IsSkipable
| xsd:boolean
| Task is defined as “can be skipped”
|
Task.ModifiedOn
| xsd:dateTime
| Last modified time.
|
Task.Name
| xsd.string
| Local name of task (not the presentation name)
|
Task.Owner
| xsd.string
| Current owner of the task
|
Task.PaProcessId
| xsd:long
| Note that this is not a WS-HT property. It is an Informatica Business Process Manager property. The process ID of the BPEL process that contains the people activity
|
Task.PresName
| xsd.string
| Presentation name
|
Task.PresSubject
| xsd.string
| Task presentation subject
When using an Oracle database, you may get the following error: value too large for column "AEB4PTASK.SUMMARY". While it may appear that you have not exceeded the length limit, Oracle will be storing non-standard characters and these characters use more storage than the column can handle. You can fix this problem by setting the character set to AL16UTF16. However, you would need to take the database offline to make the change. as an alternative, you could use the following command:
ALTER TABLE AeB4pTask MODIFY Summary VARCHAR2 (254 char) .
|
Task.PrimarySearchBy
| xsd.string
| Primary search by value
|
Task.Priority
| xsd:integer
| Task priority. Zero is the highest priority. Higher numbers are lower priorities.
|
Task.StartBy
| xsd:dateTime
| Available if the task has a start-by time
|
Task.StartByExists
| xsd:boolean
| |
Task.Status
| xsd.string
| Task status such as CREATED, READY, RESERVED, IN_PROGRESS, COMPLETED, FAILED, ERROR, OBSOLETE
|
Task.TaskType
| xsd.string
| Identifies task or notification. The values are TASK or NOTIFICATION.
|