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

Output Variable

Output Variable

The output from a receive, invoke (for a request-response operation) or people activity (containing a task) can require that data is mapped to a process variable.
The output from a receive or invoke (for a request-response operation) can require that data is mapped to a process variable.
Assignment Type
  • Single Variable
    . Select a variable from the list to put the output of the activity into that variable. The variable must be of the operation's output message type, or, if the operation reply has only one part, the variable's type can be the element type of the one part. Select an existing process variable or select
    New Variable
    .
  • Parts To Variables
    . Select Parts To Variables if you want each reply message part to map to a different variable. For details, see
    From Part to Variable
    .
  • XPaths
    . Select XPaths if you want to use a table to map from data within existing variables to the contents of the input message. The table uses XPath expressions that allow you to select nodes from a variable to assign to the input variable as well as compute values (strings, numbers, or Boolean values) from the content of variable. See
    Adding XPaths
    in the
    Input Variable
    topic.
Viewing Container Variables
If you use XPaths, a container variable is added to the Process Variables view, called
result
. Similarly, if you add are copying attachments to the input variable, you will see the container variable,
attachmentCopyResult
. These variables are hidden by default since they are used only temporarily at runtime to process parts of a full variable. Select
Show Internal Variables
to make them visible.

0 COMMENTS

We’d like to hear from you!