What's New

The What's New topic lists new and revised features of TIBCO Business Studio™ - BPM Edition version 5.6.0.

Additional operators to search for case objects

TIBCO Business Studio™ - BPM Edition supports the DQL query operators like AND, OR, >, <, and more to help you search and identify case objects. For more information, see the "Case Data Query Language Operators" section of the TIBCO Business Studio™ - BPM Edition Application Designer's Guide.

Support for Script Functions

You can now write script functions and reuse them across multiple projects to avoid rewriting the same code. For more information, see the "Creating Script Functions" section of the TIBCO Business Studio™ - BPM Edition Application Designer's Guide.

Case Identifier of Type Composite

You can create a case identifier with type Composite. To use such case identifiers, the findByCompositeIdentifier function is added.

Support for Export of Data to CSV Format

From a grid pane in TIBCO Form, you can now export data shown in a table to a CSV file.

Ability to Format Forms

You can now use CSS custom properties to format form properties like fonts and button colors. For more information, see "CSS Custom Properties" section of the TIBCO Business Studio™ - BPM EditionApplication Designer's Guide.

Ability to Calculate Time Difference

Use the dateTimeUtil utility to calculate the difference between two dates and get the response in the ISO 8601 Duration format P[n]Y[n]M[n]DT[n]H[n]M[n]S. For more information, see the "bpmScriptUtil" section of the TIBCO Business Studio™ - BPM EditionApplication Designer's Guide.

Event Sub-Processes Support Business Correlation Data

Event handler sub-processes and event handler flow patterns now support the optional use of Business Correlation Data (as opposed to process instance ID) to identify the process instance on which a given event trigger is run.