Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

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

Índice

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.

Bloco de código
languagejs
themeEclipselanguagejs
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();
Informações
titleMore details

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


BPM 

Tracking changes in processes 

...

Nota
titleImportant

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.

...