Check out the new features available in the Fluig 1.4.10 update:

Architecture

Define the connection time for integration 

Services created with API CXF for integration to external systems now support defining the platform development response timeout via the “receive.timeout” property.

var properties = {};
properties["receive.timeout"] = "60000";
var serviceLocator = serviceHelper.instantiate('net.webservicex.Periodictable');
var service = serviceLocator.getPeriodictableSoap();
var customClient = serviceHelper.getCustomClient(service, "net.webservicex.PeriodictableSoap", properties);
var result = customClient.getAtoms();

Detailed information on this new feature is available on Integration with External Applications.


BPM 

Tracking changes in processes 

This Fluig version allows monitoring changes made by users in process settings. The new “afterReleaseProcessVersion” global event makes Fluig even more flexible when new process versions are released.  

More details on tracking process changes available on Development of Events.

 

Using “getValue” in datasets 

The authenticated user code and company code – variables “WKCompany” and “WKUser”, respectively – can now be obtained when using datasets developed in the platform, through the “getValue” method.

View the Dataset Development documentation for more details. 

 

Assignment mechanism in processes with managers  

The “For a Group” and “For a Role” Process Manager assignment mechanism options are no longer available in process settings, in order to expedite the generation of user tasks in the Task Central. 

The configuration of a Process Manager assignment mechanism by Form Field, User Group, Activity Performer, and Associate may compromise performance when using the Task Central.

Users cannot configure processes with Associate mechanisms in Associates.


ECM   

Document download in the respective formats when there are no attachments 

Documents with no attachments can now be downloaded in its respective formats. In addition, documents with attachments are compressed and downloaded in .zip format, maintaining all document components (main document and attachments). 


Fixes

This session lists a few bugs we fixed in this update to make sure that everything runs smoothly on your platform.