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

Starting and Ending Simulation of a BPEL Process

Starting and Ending Simulation of a BPEL Process

To simulate your process:
  1. Open your BPEL file.
  2. Click your mouse in the Process Editor canvas to activate the editor toolbar.
  3. Select the
    Simulate Process
    icon on the toolbar, as shown.
    The simulation target stops at the first activity in the process and suspends execution. If you have not added sample data you are prompted to add it.
  4. In the Debug view, do one of the following:
    • Click the
      Resume
      icon to run to completion or to a breakpoint
    • Click the
      Step Over
      icon (F6 key) to step to the next activity or breakpoint
    • Click the
      Step Into
      icon (F5 key) to step into a container such as a while, if, or for each
As the process executes, the following events occur:
  • Each activity is highlighted as it prepares to execute
  • If necessary, messages appear to instruct you to add missing sample data
  • In Process Variables view, sample data is cleared at the beginning of simulation and then is displayed as the corresponding activities execute
  • The Console view shows simulation events
  • The Outline view shows execution of all activities, some of which can be hidden on the canvas
  • If an error occurs, an error message pops up, the simulation terminates, and the activity is marked with an X, as shown in the following illustration. For more information, see Inspecting Standard Faults During Simulation.
You can end a simulation thread by stepping to the end or by terminating it.
You can select
Terminate
from the context menu of the process's thread in the Debug view to terminate the simulation.
When a simulation terminates, the process diagram shows the simulation path. The illustration above shows both the path taken (highlighted) and not taken (grayed out).

0 COMMENTS

We’d like to hear from you!