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 (Human Task) Custom Functions

WS-HT (Human Task) Custom Functions

htd:getPotentialOwners([Task Name])
Description
: Returns the potential owners of the task.Evaluates to an empty htd:organizationalEntity in case of an error. If the task name is not present the current task is considered.
Parameter
:
  • TaskName: The optional name of the Task to retrieve data from.
htd:getActualOwner([Task Name])
Description
: Returns the actual owner of the task. Evaluates to an empty htd:user in case there is no actual owner. If the task name is not present the current task is considered.
Parameter
:
  • TaskName: The optional name of the Task to retrieve data from.
htd:getTaskInitiator([Task Name])
Description
: Returns the initiator of the task. Evaluates to an empty htd:user in case there is no initiator. If the task name is not present the current task is considered.
Parameter
:
  • TaskName: The optional name of the Task to retrieve data from.
htd:getTaskStakeholders([Task Name])
Description
: Returns the stakeholders of the task. Evaluates to an empty htd:organizationalEntity in case of an error. If the task name is not present the current task is considered.
Parameters
:
  • TaskName: The optional name of the Task to retrieve data from.
htd:getBusinessAdministrators([Task Name])
Description
: Returns the business administrators of the task. Evaluates to an empty htd:organizationalEntity in case of an error. If the task name is not present the current task is considered.
Parameters
:
  • TaskName: The optional name of the Task to retrieve data from.
htd:getExcludedOwners([Task Name])
Description
: Returns the excluded owners. Evaluates to an empty htd:organizationalEntity in case of an error. If the task name is not present the current task is considered.
Parameters
:
  • TaskName: The optional name of the Task to retrieve data from.
htd:getTaskPriority([Task Name])
Description
: Returns the priority of the task. Evaluates to '-1' in case of an error. If the task name is not present the current task is considered.
Parameters
:
  • TaskName: The optional name of the Task to retrieve data from.
htd:getInput(Part Name, [Task Name])
Description
: Returns the part of the task's input message. If the task name is not present the current task is considered.
Parameters
:
  • PartName: The name of the part within the task's input message.
  • TaskName: The optional name of the Task to retrieve data from.
htd:getLogicalPeopleGroup(Logical People Group Name, [Task Name])
Description
: Returns the value of a logical people group. In case of an error (e.g., when referencing a non existing logical people group) the htd:organizationalEntity contains an empty user list. If the task name is not present the current task is considered.
Parameters
:
  • LogicalPeopleGroupName: The name of an in-scope logical people group.
  • TaskName: The optional name of the Task to retrieve data from.
htd:union(Set 1, Set 2)
Description
: Constructs an organizationalEntity containing every user that occurs in either set1 or set2, eliminating duplicate users.
Parameters
:
  • Set1: The first set - one of htd:organizationalEntity, htd:users, or htd:user.
  • Set2: The second set - one of htd:organizationalEntity, htd:users, or htd:user
htd:intersect(Set 1, Set 2)
Description
: Constructs an organizationalEntity containing every user that occurs in both set1 or set2, eliminating duplicate users.
Parameters
:
  • Set1: The first set - one of htd:organizationalEntity, htd:users, or htd:user.
  • Set2: The second set - one of htd:organizationalEntity, htd:users, or htd:user
htd:except(Set 1, Set 2)
Description
: Constructs an organizationalEntity containing every user that occurs in set1 but not in set2.
Parameters
:
  • Set1: The first set - one of htd:organizationalEntity, htd:users, or htd:user.
  • Set2: The second set - one of htd:organizationalEntity, htd:users, or htd:user.
Process Developer Extensions
abxht:getTaskId([taskName])
Description
: Returns the id of the WS-HT task given the people activity name. If the task name is not present the current task is considered.
Parameter
:
  • TaskName: The optional name of the task to retrieve data from.
abxht:getTaskUrl([taskName])
Description
: Returns the URL to task service. If the task name is not present the current task is considered.
Parameter
:
  • TaskName: The optional name of the task to retrieve data from.
abxht:getInboxUrl()
Description
: Returns the base URL to the task service application.
abxht:getOutput([Part Name, [Task Name]])
Description
: Returns the task’s output message. If the part name is omitted, then the first part is used. If the task name is not present, then the current task is considered.
Parameters
:
  • PartName: The optional name of the part within the task’s output message.
  • TaskName: The optional name of the task to retrieve data from.

0 COMMENTS

We’d like to hear from you!