Process Palette

TIBCO BusinessWorks™ Container Edition 5.x: Process Palette

Type: Palette

TIBCO BusinessWorks Container Edition : Built-In

Type: Built-In

BW 5.x BW 5.x Type BWCE BWCE Type Migration Support Comments
Process Definition .process Process .bwp Supported
Process Archive Shared Configuration Application Project .application Refactor and recreate In ActiveMatrix BusinessWorks 5.x, Process Archive is configured within the Enterprise Archive Resource. This specifies which processes in the ActiveMatrix BusinessWorks 5.x project are to be packaged to form an EAR file for deployment.

In TIBCO BusinessWorks Container Edition , the Enterprise Archive Resource and Process Archive configuration are no longer supported and their functionality are replaced by Application and Application Module, respectively. Any project artifacts that can be re-used by multiple Applications and multiple Application Modules are to be created in Shared Modules.

In the current version of Migration Tool, an ActiveMatrix BusinessWorks 5.x project is migrated as an application module with a corresponding application project. If the content of the ActiveMatrix BusinessWorks 5.x project is meant for creating multiple applications, then do the following:

  1. Convert the Application Module to Shared Module.
  2. Create an Application Module and a corresponding application project.
    1. In the Application Module > Module Descriptors > Components editor, define the component to refer to process implementation in the Shared Module.
    2. Repeat 2.a step for each process that is required to be a part of this Application Module. Note: In TIBCO BusinessWorks Container Edition , a Process (say, Process A) in a Shared Module is not activated unless a Component is defined and is configured with Process A .
  3. Repeat Step 2 for the number of applications required.