Overview:
When using the comparison report function in Vault, the admin can see workflow comparison result whereas there are no observable differences between the source and target workflow. The comparison report cannot show detailed differences in workflows.
Root Cause:
Vault compare does not check details of workflows for further comparison. It only compares two JavaScript Object Notation (JSON) script checksum values.
Solution:
Since there is no detailed list of differences, an admin needs to use the Vault API to obtain a detailed list of target and source workflows.
Using the API (below), an admin may obtain a detailed list of workflow components:
PUT: https:// {{server}}/api/{{version}}/objects/workflows/configuration/{{workflow name}}
Related Documentation:
Vault Help Documentation: Vault API