Question:
Why does Vault Compare return differences between workflows that are being compared, even though they are the same in Vault?
Answer:
This is working as designed. Document Workflows are compared based on the checksum value and can return a False Positive result. Or, there can be a difference between the workflows even though they are functionally the same.
The workaround is to extract the Workflow JSON data and do a text-based comparison to see what the differences are between the affected workflows.
Related Documentation:
- Vault Configuration Migration Documentation: Using Vault Compare
- Vault API Documentation: Exporting & Importing Workflows