For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Platform 2023.2.4 is a maintenance release containing enhancements, bug fixes, and security updates.
Bug fixes (3)
Feature
Description
AG Manager workflow run errors (ENG-2040)
Fixed workflow run errors in AG Manager that occurred due to reordered key/value inputs in the database. Modified the task handler to maintain incoming task variables in the same order as the inputs defined on the task.
Fixed an issue where Workflow Engine cleanup was not waiting on task worker deactivation before relinquishing Event Listener tasks, thereby resulting in the task being picked back up again and left orphaned in the running state.
validateJsonSchema task error fix (ENG-2624)
Fixed a bug which caused the validateJsonSchema task to error every time the task runs.