WorkflowGen 5.6.2

Version 5.x support ends June 30, 2017

Support and maintenance for version 5.x will end on June 30, 2017. If you are still running version 5, we recommend you plan a migration, and we will be happy to help should you need any assistance.

Portal

  • #3365: NEW FEATURE - Portal: It is now possible to hide associated data when the value is null or empty (ApplicationShowAssociatedDataWithEmptyValue).

  • #3362: UPDATE - Form authentication: Improved the redirection behaviour in the login.aspx template.

  • #3352: BUG - Portal: In some cases, the follow-up form associated data file download contains a duplicated file extension in the file name.

  • #3354: BUG - Engine: Workflow application (Web Service WSDL): In some cases, the IN parameters with Decimal/Double value are converted to Integer.

  • #3361: BUG - Form authentication: The sign out link now supports form authentication.

Administration

  • #3349: NEW FEATURE - Workflow application: Support SOAP WCF Service and Assembly class method.

See FAQ for how to use a .Net Class method as a Workflow Application.

See FAQ for how to use a WCF Service as a Workflow Application with basicHttpBinding or wsHttpBinding.

  • #3356: NEW FEATURE - Form designer: Support changing HTML head, stylesheet, form header image/title and footer image/title at runtime using ASP.NET code-behind.

See FAQ for how to change the web form stylesheet dynamically.

  • #3350: NEW FEATURE - XMLToDatabase: Support connection name defined in WorkflowGen’s web.config in transaction XML definition file.

See FAQ for how to use a web.config connection string.

  • #3364: NEW FEATURE - Workflow application security: DocApproval and DocUpload now supports secure mode.

  • #3346: BUG - Form designer: Fixed an issue where some HTML attributes value were not properly encoded in the generated web form ASPX.

  • #3348: BUG - GlobalLists : Fixed an issue where the JSON request data was not URI encoded before sending to the web server.

  • #3355: BUG - Process data : Decimal/Double default values are rounded to 2 decimals.

  • #3363: BUG - Delegation list: It was not possible to uncheck the active delegations filter.

  • #3366: BUG - Fixed a process import issue when a file process data does not contain the file content in the XPDL.

Web Service API

  • #3,359: NEW FEATURE - Support associated data filtering in GetProcessInstanceList and GetActivityInstanceList with a new DataList parameter.

See FAQ for how to limit the process data to be retrieved.

  • #3357: PERFORMANCE - Performance improvement for GetProcessInstanceList and GetActivityInstanceList when the ShowData or ShowProcessInstanceData are True.

  • #3358: BUG - ShowData and ShowProcessInstanceData were always True when a template file is used in GetProcessInstanceList and GetActivityInstanceList.