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

Human Tasks Custom Functions

Human Tasks Custom Functions

b4p:getProcessStakeholders()
Description
: Returns the stakeholders of the process.
b4p:getBusinessAdministrators()
Description
: Returns the business administrators of the process.
b4p:getProcessInitiator()
Description
: Returns the initiator of the process.
b4p:getLogicalPeopleGroup(Logical People Group Name)
Description
: Returns the value of a logical people group
Parameter
:
  • LogicalPeopleGroupName: The name of the logical people group (xsd:string).
b4p:getActualOwner(People Activity Name)
Description
: Returns the actual owner of the task associated with the people activity.
Parameter
:
PeopleActivityName: The people activity name (xsd:string).
b4p:getTaskInitiator(People Activity Name)
Description
: Returns the initiator of the task. Evaluates to an empty b4p:user in case there is no initiator.
Parameter
:
  • PeopleActivityName: The people activity name (xsd:string).
b4p:getTaskStakeholders(People Activity Name)
Description
: Returns the stakeholders of the task. Evaluates to an empty b4p:organizationalEntity in case of an error.
Parameter
:
  • PeopleActivityName: The people activity name (xsd:string).
b4p:getPotentialOwners(People Activity Name)
Description
: Returns the potential owners of the task associated with the people activity.
Parameter
:
  • PeopleActivityName: The people activity name (xsd:string).
b4p:getAdministrators(People Activity Name)
Description
: Returns the administrators of the task associated with the people activity.
Parameter
:
  • PeopleActivityName: The people activity name (xsd:string).
b4p:getTaskPriority(People Activity Name)
Description
: Returns the priority of the task associated with the people activity.
Parameter
:
  • PeopleActivityName: The people activity name (xsd:string).
abxb4p:getComments(People Activity Name)
Description
: Returns the comments of given people activity.
Parameter
:
  • PeopleActivityName: The people activity name (xsd:string).
abxb4p:getTaskId([peopleActivityName])
Description
: Returns the id of the WS-HT task given the people activity name.
Parameters
:
  • peopleActivityName: The people activity name (xsd:string).
abxb4p:getTaskUrl([peopleActivityName])
Description
: Returns the URL to task service given the people activity name.
Parameters
:
  • peopleActivityName: The people activity name (xsd:string).
abxb4p:getInboxUrl()
Description
: Returns the base URL to the task service application. Useful when sending email containing an Process Central link.

0 COMMENTS

We’d like to hear from you!