TIBCO BusinessWorks™ Container Edition Core Constructs

The following table displays the supported Core TIBCO BusinessWorks Container Edition constructs.

BW 5.x BW 5.x Type BWCE BWCE Type Migration Support Comments
Design-time Library Application Module Application Module Supported
Start Start Start Supported Applies to a Sub Process. If the Sub Process refers to an inline schema it will be externalized.
Process Starter Process Starter Activity or Service Process Starter Activity or Service Supported If the TIBCO BusinessWorks Container Edition 5.x activity is a SOAP Event Source or a Service Binding then the Service will be created. For all other Process Starter it will create the Process Starter only.
End End End Supported Applies to a Sub Process. If the Sub Process refers to an inline schema it will be externalized.
Global Variable .substvar Process Property

Module Property

Application Property

.substvar Supported As TIBCO BusinessWorks Container Edition Runtime supports multiple applications, it is recommended that Global Variable is not used to describe application configurable properties.
Instead, there are following three levels of properties:
  • Process Properties
  • Module Properties
  • Application Properties
These three levels of properties are hierarchical: Application Properties are in the outer most scope, followed by Module Properties, followed by Process Properties.

You can define and source value from its parent scope. For example:

  1. Process Property values can be defined by Literal Values or source its value from its parent scope Module Property.
  2. By the same token, Module Property value can be defined by Literal Values or source from its parent scope Application Property.