The following table displays supported core 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 is externalized.
Process Starter
Process Starter Activity or Service
Process Starter Activity or Service
Supported
If the
TIBCO ActiveMatrix BusinessWorks™ 5.x activity is a SOAP Event Source or a Service Binding then the Service is created. For all other Process Starters, it creates the Process Starters only.
End
End
End
Supported
Applies to a Sub Process. If the Sub Process refers to an inline schema it is 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:
Process Property values can be defined by
Literal Values or source its value from its parent scope
Module Property.
By the same token,
Module Property value can be defined by
Literal Values or source from its parent scope
Application Property.