Documentation Index

Fetch the complete documentation index at: https://help.docfusioncloud.com/llms.txt

Use this file to discover all available pages before exploring further.

Cloud Release - October 2024

Prev Next

Release Notes

Cloud Release - October 2024


DF-NET480-2024.11.0.3; DocBatch-2024.11.0.1;

Enhancements

Added EntraID support for Dynamics CRM Connector
Added support for EntraID ClientCredentials and ActiveDirectory (for On-prem CRM customers)
Added EULA to click once installers
When installing ClickOnce packages for Designer and Workbench, users are now prompted to accept the EULA.
Added support for managing Elastic Generator Pools for self-hosted Customers
Self-hosted customers can now enable and configure elastic generator pools via WorkBench. Please contact support for more information.
WORKFLOW: Disabled "Local Cache" Workflow Activities
We have disabled the AddOrUpdateCachedItem, GetCachedItem, and DeleteCachedItem in workflows since these functions are not intended for use in public cloud environments. However, this capability is still available for self-hosted environments by adding an environment variable called "AISx_ShouldAllowCacheServices" with a value of "true."
WORKFLOW: Workflow Parameters are passed to input arguments
When generating using Workflow Process, the input parameters are automatically mapped to input (or "In") arguments.
See documentation for Configuring Custom input arguments
WORKFLOW: Disabled "File" Workflow Activities
We have disabled the "File" activities in workflows since these functions are not intended for use in public cloud environments. However, this capability is still available for self-hosted environments by adding an environment variable called "AISx_ShouldAllowFileServices" with a value of "true."
BATCH: Added a "WasPurged" property to Batches
Batches now have a property called "WasPurged" that is set to true when a batch is auto purged. This is useful to determine when batches were explicitly deleted or automatically purged due to BatchType configuration.
BATCH: Enhancements to Batch Processing state event queues
We have implemented dynamic state event queues for Batch Processing, providing each batch with a dedicated event queue. This results in better interleaving during processing and an overall improved load spread across many active batches.
BATCH: Added "RetrievedRecords" property to Batches
Batches now have a property called "RetrievedRecords" that contains a count of the number of BatchRecords that have been set as retrieved.


Fixes

Misc Security Fixes and Enhancements
We implemented various security updates.
DESIGNER: Fixed "CastException" Error during Designer Preview
We resolved an issue where a user in the designer would get a "System.InvalidCastException" during preview generation.
BATCH: Fixed an issue on Batch Processing where Cancelled, Completed or Errored Batches still accepted new record data.
We resolved an issue allowing API users to create new batch records and/or upload new data payloads to batch records after the batch has entered a completed, errored or cancelled state.
BATCH: Fixed issue with auto purging
We resolved an issue where cancelled batches were not automatically purged.