Changes of workflows in the version 1.6

Build 1501 on 14/Nov/2017  This topic last edited on: 13/Sep/2015, at 15:00

These are new or changed features of WindowsWorkflows in the version 1.6:

Improvements to the Notify activity: add XHTML message, add notify destination: Added three new properties to the Notify code activity (UserNames, GroupNames and NotifyDestNames) that allow to specify the mail destinations by names. Moreover, added the BodyXHtml property which accepts the email body as XHtml; this allows to send the mail as html instead of plain text.

PitStop activity failed to set the credentials of a UNC path: When the PitStop activity has to access to a UNC path, it tries to create a connection to the network folder using the configured web credentials. If the UNC path contained the filter of the file type (such as, for example, '\\myServer\myFolder\*.pdf') then the following error occurred: 'The parameter is incorrect' (ERR1011). Now the UNC path is correctly passed to the Windows API that create the authenticated network connection, and the error does not occur anymore.