Á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.

...

  • Using the “getAvailableStatesDetail” method along with the “ECMWorkflowEngineService” service whenever there is a Service-type activity in the process.

    Informações
    titleNotaNote

    More information on the “getAvailableStatesDetail” method is available in Workflow Development.

  • Adding user groups with subgroups in communities.

  • Handling requests followed by the addition of attachments whenever there are validations in the “beforeStateEntry” event.

...


  • Display of an extensive description of Ad Hoc process tasks in Fluig Web and Fluig Mobile.