| a parent job is started with (ENG-3798) | When a parent job is started with a looping child job, the child task remains running causing the workflow to become stuck. Fixed a race condition that allowed multiple Workflow Engine (WFE) services to start up at the same time. |
| The user experience (i.e., information message) (ENG-4689) | The user experience (i.e., information message) for integration import was not very clear when schema validation failed on import. Improved UX by adding schema validation errors to the import modal and directing the user to the modal details on the toast. |
| exporting and then importing a JSON (ENG-5726) | When exporting and then importing a JSON Form, the import failed due to data validation errors. To resolve this issue, added support for importing a JSON form that implements more than one field validation. |
| using the switch method in JST (ENG-5978) | When using the switch method in JST Designer, adding >10 cases will cause assignments after the 10th case to not work, and the cases to reorder on save or export of the transformation. Fixed the switch method to ensure all assignments work correctly and the order of cases is maintained. |
| trying to type a negative number (ENG-6641) | When trying to type a negative number into an integer or number field, the minus sign is ignored and the workflow zooms out. Added support for negative numbers. |
| a bug with HTTP methods where (ENG-7253) | Fixed a bug with HTTP methods where returning a code without sanitization would cause the platform to crash. Added sanitization of HTTP API error code response to prevent crash of Itential Platform. |
making JSTs that use the thisArg (ENG-7353) | When making JSTs that use the thisArg feature for functions, migrating to 23.2 may migrate thisArg into the new constantValue incorrectly. Fixed a migration bug in JST that would cause thisArg values to sometimes migrate incorrectly, and created a new migration script to fix documents that were broken by the previous migration. |
| RSA public key and Key ID (ENG-7550) | Implemented RSA public key and Key ID (KID) variable logging for JSON Web Token (JWT) failure. |