Migration notes
Portal connector
is now integrated to Ivy engine as system application. No installation or conversion of Portal connector
5.0
is needed.
The Portal connector
works only with the same ivy Engine with it was bundled with.
Open url : your engine/ivy/info/index.jsp?showSystemApp=true
to check for available web services.
The language
parameter is added in the findCaseCategoryByCriteria
in CaseService.
Property: DisableCustomMails
is replaced with new property useCustomMails
in UserSettingService.
If you are using DisableCustomMails
, please change to use property useCustomMails
and update your web service to adapt this change.
Params: jsonQuery is added to TaskService (findCategories, findPersonalCategories, findGroupCategories, analyzePriorityStatistic, analyzeExpiryStatistic)
Params: serverId, serverUrl, isNoConfigurationServer are removed, isUrlBuiltFromSystemProperties is added in ProcessStartService (findProcessesStartsByCriteria) and TaskService (findTasksByCriteria, delegateTask, parkTask, resetTask)
Param: serverId is removed in CaseService (findProcessesStartsByCriteria)