Table of Contents

Search

  1. Preface
  2. Welcome to Informatica Process Developer
  3. Using Guide Developer for the First Time
  4. Getting Started with Informatica Process Developer
  5. About Interfaces Service References and Local WSDL
  6. Planning Your BPEL Process
  7. Participants
  8. Implementing a BPMN Task or Event in BPEL
  9. Implementing a BPMN Gateway or Control Flow
  10. Using Variables
  11. Attachments
  12. Using Links
  13. Data Manipulation
  14. Compensation
  15. Correlation
  16. What is Correlation
  17. What is a Correlation Set
  18. Creating Message Properties and Property Aliases
  19. Adding a Correlation Set
  20. Deleting a Correlation Set
  21. Adding Correlations to an Activity
  22. Rules for Declaring and Using Correlation Sets
  23. Correlation Sets and Engine-Managed Correlation
  24. Event Handling
  25. Fault Handling
  26. Simulating and Debugging
  27. Deploying Your Processes
  28. BPEL Unit Testing
  29. Creating POJO and XQuery Custom Functions
  30. Custom Service Interactions
  31. Process Exception Management
  32. Creating Reports for Process Server and Central
  33. Business Event Processing
  34. Process Central Forms and Configuration
  35. Building a Process with a System Service
  36. Human Tasks
  37. BPEL Faults and Reports

Designer

Designer

WS-HT Task Property List

WS-HT Task Property List

The following table shows well-known WS-HT properties. Note that the
Task
prefix is reserved to distinguish WS-HT task properties from user-defined properties.
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.

0 COMMENTS

We’d like to hear from you!