Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Breaking Change: The activity Find object id in target system threw an error, when no object was found. With the new version of the activity, you have a separate No Match path in the designer.

  • The introduction of the credential manager lead to empty secrets being stored in existing workflow definitions. The issue has been resolved, no further action is required.

  • Breaking Change The activityHttpRequest has to be checked if the property Authorization is set correctly, if not it has to be edited in the designer. 

    Not correct json: 

            {
              "$id": "xx",
              "name": "Authorization",
              "expressions": {
                "$id": "yy"
              }
            }

    Correct json: 

            {
              "$id": "xx",
              "name": "Authorization",
              "expressions": {
                "$id": "yy",
                "Secret": "empty"
              }
            }