Workflow Engine
  • 05 Oct 2023
  • Dark
    Light
  • PDF

Workflow Engine

  • Dark
    Light
  • PDF

Article Summary

This page details the breaking changes in Workflow Engine for the 2022.1.4 release.

Deep Merge Task Input Variables

Input variables to the deepmerge task that are not objects are ignored to ensure the task does not error and the workflow runs successfully across all versions of IAP.

To illustrate, the input values something and 42 in the figure below will be ignored and treated as empty variables.

Figure: Non-Object Input Variables
deepmergeTask_breakingChange_IAP

The task output returns the following result. Only the object keys for color and type are recognized.

{
  "color": "red",
  "type": "car"
}

What Should I Do?

To fully capture all key values in a newly merged object, review any workflows that might reference the deepmerge task and make sure all input variables are objects.


Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.