What's Changed?
Some features that were available in pre-version 5.x TIBCO BPM Enterprise are no longer available in TIBCO BPM Enterprise version 5.x and newer.
Feature | Description |
---|---|
BPM Projects |
There are some changes to BPM projects.
|
Web Services |
TIBCO BPM Enterprise version 5.x+ does not support:
Content and configuration relating to WSDL documents is removed on importing pre-version 5.x TIBCO BPM Enterprise projects to version 5.x+. See WSDL Activities for more information. |
Data | Run-time business data internal representation has changed from XML to JSON which means that XML is not supported as a mechanism for creating business object models.
Process data fields are now wrapped in a data object. See Scripting. |
Data mapping |
As data internal representation is changing from XML to JSON, data-mappings are being standardized for the data mapper grammar. All JavaScript/XPath mappings for all WSDL related activities; service task, receive task, send tasks, message events, catch WSDL fault events and all JavaScript mapped to non-WSDL related event / task types (sub-process, signals, catch error) will be automatically converted to data mapper grammar,
See Data Mapping for more information. |
Forms | Some API methods are different between pre-version 5.x and version 5.x. When importing pre-version 5.x projects to TIBCO Business Studio - BPM Edition, the API methods are converted. See the TIBCO Business Studio™ - BPM Edition Forms User's Guide. |
Scripts |
As data internal representation is changing from XML to JSON there are changes to the JavaScript capabilities. For example, multiple instance data is now represented as arrays rather than specialized list objects. Many JavaScript capabilities have also been standardized between process scripts and form scripts. Factory methods have also changed. See Scripting. |
Business Object Models |
The following are changes to Business Object Models:
|
Deployment | You no longer export your project as a DAA (Distributed Application Archive). Instead, you generate deployment artifacts (RASC (Runtime Application Shared Concept) files). These files are deployed using the TIBCO BPM Enterprise Administrator. Generating deployment artifacts is now done using the Deployment menu when right-clicking a project in TIBCO Business Studio - BPM Edition. |