Table of Contents

Search

  1. Preface
  2. Part 1: Using Process Developer
  3. Part 2: Creating and Modifying Processes
  4. Part 3: Functions, Events, Errors, and Correlation
  5. Part 4: Testing and Deployment
  6. Part 5: Process Central and Process Server (On-Premises)

Process Developer

Process Developer

Creating a BPEL Process That Migrates Process Instances to a New Version

Creating a BPEL Process That Migrates Process Instances to a New Version

Use the following procedure:
  1. In the Project Explorer, create a new orchestration project.
  2. Select
    File > New > BPEL Process
    .
  3. Name the process and click
    Finish
    .
  4. Create a receive/reply based on a WSDL you create. The request message for the process must provide a Plan Id and one or more process Ids of running process instances.
  5. In the Participants view, create a new Partner Service Provider.
  6. Select System Services.
  7. Select
    Migration
    .
  8. From Participants view, drag the
    create map
    operation to the canvas to create an invoke activity. This activity takes as input the process plan Id and creates a map of the process structure.
  9. From the Participants view, drag the
    migrate
    operation below the create map invoke to create a second invoke activity. This activity takes as input the migration map and process id and migrates the running process instance to the online version of the same plan Id, by default. You can specify any Plan Id, depending on the structure of your process.

0 COMMENTS

We’d like to hear from you!